IDigitalIOReadOutputGroup Method

CVB.Net Documentation
Reads the output group from the device.

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

BitVector32 ReadOutputGroup(
	int group
)

Parameters

group
Type: SystemInt32
Group index to read.

Return Value

Type: BitVector32
A BitVector32 representing the 32 bits of the output group selected by group.
Remarks

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

Reference