ModbusTCPProtocolGetAllLatchedLowInputStates Method |
Note: This API is now obsolete.
Get the LOW LATCH state of all the Digital INPUTS
Namespace:
Brainboxes.IO
Assembly:
Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax[ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")]
public int GetAllLatchedLowInputStates()
<ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")>
Public Function GetAllLatchedLowInputStates As Integer
[<ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")>]
abstract GetAllLatchedLowInputStates : unit -> int
[<ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")>]
override GetAllLatchedLowInputStates : unit -> int
Return Value
Type:
Int32[Missing <returns> documentation for "M:Brainboxes.IO.ModbusTCPProtocol.GetAllLatchedLowInputStates"]
Implements
IIOProtocolGetAllLatchedLowInputStates
See Also