Click or drag to resize

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)
Syntax
public PinPWMInfo GetPinPWMInfo(
	uint Pin
)

Parameters

Pin
Type: SystemUInt32
The pin to get the info for, as a UInteger (FX3 GPIO number)

Return Value

Type: PinPWMInfo
The pin info, as PinPWMInfo. Will have -1 for all fields if not found
See Also