Click or drag to resize

ASCIIProtocolGetAllLineStates Method

Note: This API is now obsolete.

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.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("GetAllLineStates is deprecated. Replaced by GetAllDigitalLineStates")]
public int GetAllLineStates()

Return Value

Int32
Each bit in the integer represents a digital IOLine state

Implements

IIOProtocolGetAllLineStates
See Also