Click or drag to resize

GpioAPIGetPolarities Method

Gets the current logic polarity of the individual pins on the selected port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public Polarity[] GetPolarities(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

Polarity
The pin polarities.
See Also