ngscopeclient 0.1-dev+51fbda87c
|
Public Types | |
enum | stype { TYPE_START , TYPE_RESTART , TYPE_STOP , TYPE_DATA , TYPE_ACK , TYPE_ERROR , TYPE_ADDRESS , TYPE_NONE } |
Public Member Functions | |
I2CSymbol (stype t, uint8_t d) | |
bool | operator== (const I2CSymbol &s) const |
Public Attributes | |
stype | m_stype |
uint8_t | m_data |