FX3ConnectionGetPinPWMInfo Method |
Allows the user to retrieve a set of information about the current pin PWM configuration.
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 pull from the PinPWMInfo List
Return Value
Type:
PinPWMInfoThe PinPWMInfo corresponding to the selected pin. If the pin is not found all fields will be -1
See Also