ASCIIProtocolGetAllLatchedLowInputStates Method |
Note: This API is now obsolete.
Get the LOW LATCH state of all the digital INPUTS
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
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
Int32Low latch states
Implements
IIOProtocolGetAllLatchedLowInputStatesSee Also