Click or drag to resize

FX3ConnectionReadPins Method (IPinObject)

Reads a list of FX3 GPIO pins. This function calls the overload which takes an IEnumerable

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public uint ReadPins(
	params IPinObject[] pins
)

Parameters

pins
Type: IPinObject
An array of FX3PinObjects to read

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(IPinObject)
See Also