Click or drag to resize

GpioAPISetPolarities Method

Sets the 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 void SetPolarities(
	IOPort port,
	Polarity[] polarities
)

Parameters

port  IOPort
The port selector.
polarities  Polarity
The pin polarities.
See Also