You are viewing documentation for version:
For use when declaring a separate command streams. The fields are not accessed directly by the application.
Public Attribute Documentation#
state#
uint8_t EmberCommandState::state
buffer#
uint8_t EmberCommandState::buffer[EMBER_COMMAND_BUFFER_LENGTH]
tokenIndices#
uint8_t EmberCommandState::tokenIndices[MAX_TOKEN_COUNT+1]
tokenCount#
uint8_t EmberCommandState::tokenCount
index#
uint16_t EmberCommandState::index
error#
uint8_t EmberCommandState::error
hexHighNibble#
uint8_t EmberCommandState::hexHighNibble
argOffset#
uint8_t EmberCommandState::argOffset
previousCharacter#
uint8_t EmberCommandState::previousCharacter
defaultBase#
uint8_t EmberCommandState::defaultBase
currentCommand#
EmberCommandEntry* EmberCommandState::currentCommand