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.IOAssembly: 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()
<ObsoleteAttribute("GetAllLineStates is deprecated. Replaced by GetAllDigitalLineStates")>
Public Function GetAllLineStates As Integer
[<ObsoleteAttribute("GetAllLineStates is deprecated. Replaced by GetAllDigitalLineStates")>]
abstract GetAllLineStates : unit -> int
[<ObsoleteAttribute("GetAllLineStates is deprecated. Replaced by GetAllDigitalLineStates")>]
override GetAllLineStates : unit -> int
Return Value
Int32Each bit in the integer represents an IOLine state
Implements
IIOProtocolGetAllLineStatesSee Also