IDigitalIOReadOutputBit Method

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

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

bool ReadOutputBit(
	int port
)

Parameters

port
Type: SystemInt32
Port index to read.

Return Value

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

Reference