Click or drag to resize

PortConfigGetPinsPerGroup Method

Gets the number of pins in each pin-group of the specified port.

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

Parameters

port  IOPort
The port selector.

Return Value

Int32
The number of pins in each pin-group.
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