For use when declaring a separate command streams. The fields are not accessed directly by the application.

Public Attributes#

uint8_t
uint8_t
uint8_t
uint16_t
uint8_t
uint8_t

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