GpioAPIGetPolarities Method |
Gets the current logic polarity of the individual pins on the selected port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public Polarity[] GetPolarities(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
PolarityThe pin polarities.
See Also