Click or drag to resize

GpioAPIGetAvailableIOPinMappingList Method

Gets the available pin-mappings for all ports.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public IOPinMapping[] GetAvailableIOPinMappingList()

Return Value

IOPinMapping
A list of the available valid pin-mapping(s) for all ports.
Remarks
The available pin-mappings can be presented in some appropriate way by GUI applications.
Example
See Also