ASCIIProtocolGetAllLatchedHighInputStates Method |
Note: This API is now obsolete.
Get the HIGH LATCH states 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("GetAllLatchedHighInputStates is deprecated. Replaced by GetAllLatchedHighDigitalInputStates")]
public int GetAllLatchedHighInputStates()
<ObsoleteAttribute("GetAllLatchedHighInputStates is deprecated. Replaced by GetAllLatchedHighDigitalInputStates")>
Public Function GetAllLatchedHighInputStates As Integer
[<ObsoleteAttribute("GetAllLatchedHighInputStates is deprecated. Replaced by GetAllLatchedHighDigitalInputStates")>]
abstract GetAllLatchedHighInputStates : unit -> int
[<ObsoleteAttribute("GetAllLatchedHighInputStates is deprecated. Replaced by GetAllLatchedHighDigitalInputStates")>]
override GetAllLatchedHighInputStates : unit -> int
Return Value
Int32High latch states
Implements
IIOProtocolGetAllLatchedHighInputStatesSee Also