FX3PinObject Constructor (UInt32, Boolean) |
creates a new instance of PinObject with the given pin number and inversion.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3PinObject(
uint pinNumber,
bool invert
)
Public Sub New (
pinNumber As UInteger,
invert As Boolean
)
public:
FX3PinObject(
unsigned int pinNumber,
bool invert
)
new :
pinNumber : uint32 *
invert : bool -> FX3PinObject
Parameters
- pinNumber
- Type: SystemUInt32
Number of FX3 GPIO Pin to Use - invert
- Type: SystemBoolean
[Missing <param name="invert"/> documentation for "M:FX3Api.FX3PinObject.#ctor(System.UInt32,System.Boolean)"]
See Also