Click or drag to resize

PortConfigGetGroupCount Method

Gets the number of pin-groups implemented on the specified IO port.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static int GetGroupCount(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

Int32
The number of pin-groups.
Remarks
Each pin-group consists of one or more pins.

A particular pin-group can be defined as inputs or outputs (but not both), depending on the IODirections supported by the port.

All the pin-groups of a given port contain the same number of pins.

See Also