Click or drag to resize

CommandListAppendGpioValue Method

Outputs a value on a GPIO Port.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendGpioValue(
	IOPort port,
	PinAction action,
	uint value
)

Parameters

port  IOPort
The port selector.
action  PinAction
The action code.
value  UInt32
The value.
Remarks
Appends a PERIPHERAL_PORT command to the list.
See Also