SPI configuration class. More...
#include <CFNetController.h>
Public Attributes | |
| SPIDataEndian | bitOrder = SPIDataEndian::DO_NOT_MODIFY |
| type of data encoding | |
| SPICSName | csName = SPICSName::DO_NOT_MODIFY |
| device enable pin selection | |
| std::string | maskHex = "" |
| string of a hex value, without '0x' | |
| int32_t | offset = SFNetGlobals::DO_NOT_MODIFY |
| integer in range from 0 to 1023 | |
| int8_t | size = SFNetGlobals::DO_NOT_MODIFY |
| integer in range from 1 to 32 | |
| SPIDataStream | stream = SPIDataStream::DO_NOT_MODIFY |
| data stream type | |
| int8_t | triggerIndex = SFNetGlobals::DO_NOT_MODIFY |
| trigger index in range from 0 to 10. | |
| std::string | valueHex = "" |
| string of a hex value, without '0x' | |
SPI configuration class.