PinListGetPinPWMInfo Method (IPinObject) |
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(
IPinObject Pin
)
Public Function GetPinPWMInfo (
Pin As IPinObject
) As PinPWMInfo
public:
PinPWMInfo^ GetPinPWMInfo(
IPinObject^ Pin
)
member GetPinPWMInfo :
Pin : IPinObject -> PinPWMInfo
Parameters
- Pin
- Type: IPinObject
The pin to get the info for, as an IPinObject
Return Value
Type:
PinPWMInfoThe pin info, as PinPWMInfo. Will have -1 for all fields if not found
See Also