Click or drag to resize

GpioAPIGetPinCount Method

Gets the pin count for the specified port.

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

Parameters

port  IOPort
The port selector.

Return Value

Int32
How many pins the port has.
See Also