Click or drag to resize

FX3ConnectionSetPin Method

Sets the value of a FX3 GPIO pin. This value will persist until the pin is set to a different value, or read from

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public void SetPin(
	IPinObject pin,
	uint value
)

Parameters

pin
Type: IPinObject
The FX3PinObject pin to read
value
Type: SystemUInt32
The polarity to set the pin to, 1 - high, 0 - low

Implements

IPinFcns.SetPin(IPinObject, UInt32)
See Also