Click or drag to resize

FX3ConnectionReadPins Method (IEnumerableIPinObject)

Reads a list of FX3 GPIO pins

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public uint ReadPins(
	IEnumerable<IPinObject> pins
)

Parameters

pins
Type: System.Collections.GenericIEnumerableIPinObject
An enumerable list of FX3PinObjects to read (maximum of 32)

Return Value

Type: UInt32
The pin values, as a UInteger. The first pin is in bit 0, second is in bit 1, and so on

Implements

IPinFcns.ReadPins(IEnumerableIPinObject)
See Also