GetData()
Gets a pointer to data portion in the SPI frame skipping the header.
IsValid() const
Indicates whether or not the frame is valid. In a valid frame the flag byte should contain the pattern bits.
IsResetFlagSet() const
Indicates whether or not the "RST" bit is set.
Sets the "flag byte" field in the SPI frame header.
Gets the "flag byte" field in the SPI frame header.
Sets the "accept len" field in the SPI frame header. "accept len" specifies number of bytes the sender of the SPI frame can receive.
Gets the "accept len" field in the SPI frame header.
Sets the "data len" field in the SPI frame header. "Data len" specifies number of data bytes in the transmitted SPI frame.
Gets the "data len" field in the SPI frame header.