Click or drag to resize

GpioAPIRead Method

Reads a port's input pins.

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

Parameters

port  IOPort
The port selector.

Return Value

UInt32
The value currently asserted at the input pins, if available.
Remarks
Not much point calling this if the port's pins have all been set to Output...
See Also