Click or drag to resize

GpioAPIGetFunctions Method

Gets the port's current pin function selector values.

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

Parameters

port  IOPort
The port selector.

Return Value

Int32
The current pin function selector values.
See Also