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)
Syntaxpublic uint ReadPins(
IEnumerable<IPinObject> pins
)
Public Function ReadPins (
pins As IEnumerable(Of IPinObject)
) As UInteger
public:
virtual unsigned int ReadPins(
IEnumerable<IPinObject^>^ pins
) sealed
abstract ReadPins :
pins : IEnumerable<IPinObject> -> uint32
override ReadPins :
pins : IEnumerable<IPinObject> -> uint32
Parameters
- pins
- Type: System.Collections.GenericIEnumerableIPinObject
An enumerable list of FX3PinObjects to read (maximum of 32)
Return Value
Type:
UInt32The 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