PinListGetPinPWMInfo Method (UInt32) |
Gets the info for the selected pin
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic PinPWMInfo GetPinPWMInfo(
uint Pin
)
Public Function GetPinPWMInfo (
Pin As UInteger
) As PinPWMInfo
public:
PinPWMInfo^ GetPinPWMInfo(
unsigned int Pin
)
member GetPinPWMInfo :
Pin : uint32 -> PinPWMInfo
Parameters
- Pin
- Type: SystemUInt32
The pin to get the info for, as a UInteger (FX3 GPIO number)
Return Value
Type:
PinPWMInfoThe pin info, as PinPWMInfo. Will have -1 for all fields if not found
See Also