Click or drag to resize

GpioAPIWrite Method

Writes a value to a port's output pins.

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

Parameters

port  IOPort
The port selector.
action  PinAction
Mode for this write.
value  UInt32
The value to assert at the output pins.
See Also