Click or drag to resize

BaseScanControllerSpiTransceive Method

Transceives commands via the spi bus.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract uint[] SpiTransceive(
	int module,
	uint[] commands,
	int timeoutMilliseconds = 1
)

Parameters

module  Int32
Spi module number.
commands  UInt32
Commands to transceive.
timeoutMilliseconds  Int32  (Optional)
Timeout.

Return Value

UInt32
Returns the received data.
See Also