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)
Syntaxpublic void SetPin(
IPinObject pin,
uint value
)
Public Sub SetPin (
pin As IPinObject,
value As UInteger
)
public:
virtual void SetPin(
IPinObject^ pin,
unsigned int value
) sealed
abstract SetPin :
pin : IPinObject *
value : uint32 -> unit
override SetPin :
pin : IPinObject *
value : uint32 -> unit
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