Click or drag to resize

ASCIIProtocolGetAllDigitalLineStates Method

Get the state of all the digital IOLines of the device as an integer

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public int GetAllDigitalLineStates()

Return Value

Type: Int32
Each bit in the integer represents a digital IOLine state

Implements

IIOProtocolGetAllDigitalLineStates
See Also