Click or drag to resize

ModbusTCPProtocolGetAllLineStates Method

Note: This API is now obsolete.

Get the state of all the Digital IOLines of the device as an integer the top 16 bits are the outputs, the bottom 16 bits are the inputs

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
[ObsoleteAttribute("GetAllLineStates is deprecated. Replaced by GetAllDigitalLineStates")]
public int GetAllLineStates()

Return Value

Type: Int32
Each bit in the integer represents an IOLine state

Implements

IIOProtocolGetAllLineStates
See Also