EmberCommandState Struct Reference

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

#include <command-interpreter2.h>

Data Fields

uint8_t state
 
uint8_t buffer [EMBER_COMMAND_BUFFER_LENGTH]
 
uint16_t tokenIndices [MAX_TOKEN_COUNT+1]
 
uint8_t tokenCount
 
uint16_t index
 
uint8_t error
 
uint8_t hexHighNibble
 
uint8_t argOffset
 
uint8_t previousCharacter
 
uint8_t defaultBase
 
EmberCommandEntrycurrentCommand

Field Documentation

uint8_t EmberCommandState::argOffset
uint8_t EmberCommandState::buffer[EMBER_COMMAND_BUFFER_LENGTH]
EmberCommandEntry* EmberCommandState::currentCommand
uint8_t EmberCommandState::defaultBase
uint8_t EmberCommandState::error
uint8_t EmberCommandState::hexHighNibble
uint16_t EmberCommandState::index
uint8_t EmberCommandState::previousCharacter
uint8_t EmberCommandState::state
uint8_t EmberCommandState::tokenCount
uint16_t EmberCommandState::tokenIndices[MAX_TOKEN_COUNT+1]

The documentation for this struct was generated from the following file:
  • command-interpreter2.h