IIOProtocolGetAllLatchedLowInputStates Method |
Note: This API is now obsolete.
Get ALL Latched Low Digital Input States, where each bit represents whether the corresponding line is latched low
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")]
int GetAllLatchedLowInputStates()
<ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")>
Function GetAllLatchedLowInputStates As Integer
[<ObsoleteAttribute("GetAllLatchedLowInputStates is deprecated. Replaced by GetAllLatchedLowDigitalInputStates")>]
abstract GetAllLatchedLowInputStates : unit -> int
Return Value
Int32[Missing <returns> documentation for "M:Brainboxes.IO.IIOProtocol.GetAllLatchedLowInputStates"]
See Also