Click or drag to resize

GpioAPIGetSupportedIOLevels Method

Gets the supported I/O voltage levels for the specified port.

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

Parameters

port  IOPort
The port selector.

Return Value

IOVoltage
The available I/O voltage levels.
Remarks
Important note  Important

Changing the I/O voltage level is supported for PortA and PortB only.

Please refer to 10.4.2 GPIO Port Configuration Procedures for further details.

See Also