Click or drag to resize

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)
Syntax
public uint ReadPin(
	IPinObject pin
)

Parameters

pin
Type: IPinObject
The pin to read, as a FX3PinObject

Return Value

Type: UInt32
The pin value - 1 is high, 0 is low

Implements

IPinFcns.ReadPin(IPinObject)
See Also