Click or drag to resize

GpioAPIGetOutput Method

Gets the port's output register value.

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

Parameters

port  IOPort
The port selector.

Return Value

UInt32
the current value of the port's output register, if available.
Remarks
Not all output ports are implemented with an output register.
See Also