Click or drag to resize

PortConfigGetSupportedDirections Method

Gets an array of the IO directions supported by the specified port.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static IODirection[] GetSupportedDirections(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

IODirection
An array of directions.
Remarks
All the pin-groups of a port support the same IODirections.
See Also