BaseScanControllerSpiTransceive Method |
Transceives commands via the spi bus.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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
UInt32Returns the received data.
See Also