IDigitalIOReadInputBit Method

CVB.Net Documentation
Reads a single input port from the device.

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

bool ReadInputBit(
	int port
)

Parameters

port
Type: SystemInt32
Port index to read.

Return Value

Type: Boolean
true for input high state; false for low.
See Also

Reference