Click or drag to resize

GpioAPISetFunctions Method

Sets the pin function selectors for the port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void SetFunctions(
	IOPort port,
	int[] functions
)

Parameters

port  IOPort
The port selector.
functions  Int32
The pin function selector values.
Remarks

The functions must be valid for the given port.

A list of valid pin function selector values can be retrieved by calling GpioAPIGetAvailableIOPinMappingList.

See Also