FX3ConnectionFX3_GPIO3 Property |
Read-only property to get the FX3_GPIO3 pin. This pin does not map to the standard iSensor breakout,
and should be used for other general purpose interfacing.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic IPinObject FX3_GPIO3 { get; }
Public ReadOnly Property FX3_GPIO3 As IPinObject
Get
public:
property IPinObject^ FX3_GPIO3 {
IPinObject^ get ();
}
member FX3_GPIO3 : IPinObject with get
Return Value
Type:
IPinObjectReturns the GPIO pin, as an IPinObject
See Also