PortConfigGetSupportedDirections Method |
Gets an array of the IO directions supported by the specified port.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static IODirection[] GetSupportedDirections(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
IODirectionAn array of directions.
Remarks All the pin-groups of a port support the same
IODirections.
See Also