IDigitalIOReadInputGroup Method

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

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

BitVector32 ReadInputGroup(
	int group
)

Parameters

group
Type: SystemInt32
Group index to read.

Return Value

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

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

Reference