PortConfigGetPinsPerGroup Method |
Gets the number of pins in each pin-group of the specified port.
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.5.2
Syntax public static int GetPinsPerGroup(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
Int32The 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