IDigitalIOWriteOutputGroup Method (Int32, BitVector32)

CVB.Net Documentation
Writes the output group to the device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void WriteOutputGroup(
	int group,
	BitVector32 value
)

Parameters

group
Type: SystemInt32
Group index to write.
value
Type: System.Collections.SpecializedBitVector32
Vector of port states.
Remarks

An output group consists of 32 single ports. Non existent ports are ignored. Thus there are only more than one output group if OutputCount is larger than 32.
See Also

Reference