FX3ConnectionReadPin Method |
Reads the value of a GPIO pin on the FX3
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic uint ReadPin(
IPinObject pin
)
Public Function ReadPin (
pin As IPinObject
) As UInteger
public:
virtual unsigned int ReadPin(
IPinObject^ pin
) sealed
abstract ReadPin :
pin : IPinObject -> uint32
override ReadPin :
pin : IPinObject -> uint32
Parameters
- pin
- Type: IPinObject
The pin to read, as a FX3PinObject
Return Value
Type:
UInt32The pin value - 1 is high, 0 is low
Implements
IPinFcns.ReadPin(IPinObject)
See Also