Click or drag to resize

CommandListAppendSpiWrite Method

Allows writing to an SPI module using the peripheral engine.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendSpiWrite(
	int module,
	uint value
)

Parameters

module  Int32
SPI module to write to.
value  UInt32
The label value.
Remarks
Appends a PERIPHERAL_SPI command to the list. This command will only work if the OutputSource for the specified module is set to SpiListCommand inside the SpiConfig on the card.
See Also