IDigitalIOWriteOutputGroup Method (Int32, BitVector32, BitVector32)

CVB.Net Documentation
Writes the masked 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,
	BitVector32 mask
)

Parameters

group
Type: SystemInt32
Group index to write.
value
Type: System.Collections.SpecializedBitVector32
Vector of port states.
mask
Type: System.Collections.SpecializedBitVector32
Bit mask for the bits being actually set to the ports.
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