FX3PinObject Constructor (UInt32) |
Creates a new instance of PinObject with the given pin Number.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3PinObject(
uint pinNumber
)
Public Sub New (
pinNumber As UInteger
)
public:
FX3PinObject(
unsigned int pinNumber
)
new :
pinNumber : uint32 -> FX3PinObject
Parameters
- pinNumber
- Type: SystemUInt32
Number of FX3 GPIO Pin to Use
See Also