ASCIIProtocolGetAllDigitalLineStates Method |
Get the state of all the digital IOLines of the device as an integer
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int GetAllDigitalLineStates()
Public Function GetAllDigitalLineStates As Integer
abstract GetAllDigitalLineStates : unit -> int
override GetAllDigitalLineStates : unit -> int
Return Value
Int32Each bit in the integer represents a digital IOLine state
Implements
IIOProtocolGetAllDigitalLineStatesSee Also