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

#include <command-interpreter2.h>

Data Fields

uint8_t state
 
uint8_t buffer [EMBER_COMMAND_BUFFER_LENGTH]
 
uint8_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
 

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

Definition at line 407 of file command-interpreter2.h.

Field Documentation

◆ argOffset

uint8_t EmberCommandState::argOffset

Definition at line 433 of file command-interpreter2.h.

◆ buffer

uint8_t EmberCommandState::buffer[EMBER_COMMAND_BUFFER_LENGTH]

Definition at line 414 of file command-interpreter2.h.

◆ currentCommand

EmberCommandEntry* EmberCommandState::currentCommand

Definition at line 443 of file command-interpreter2.h.

◆ defaultBase

uint8_t EmberCommandState::defaultBase

Definition at line 440 of file command-interpreter2.h.

◆ error

uint8_t EmberCommandState::error

Definition at line 427 of file command-interpreter2.h.

◆ hexHighNibble

uint8_t EmberCommandState::hexHighNibble

Definition at line 430 of file command-interpreter2.h.

◆ index

uint16_t EmberCommandState::index

Definition at line 424 of file command-interpreter2.h.

◆ previousCharacter

uint8_t EmberCommandState::previousCharacter

Definition at line 437 of file command-interpreter2.h.

◆ state

uint8_t EmberCommandState::state

Definition at line 409 of file command-interpreter2.h.

◆ tokenCount

uint8_t EmberCommandState::tokenCount

Definition at line 421 of file command-interpreter2.h.

◆ tokenIndices

uint8_t EmberCommandState::tokenIndices[MAX_TOKEN_COUNT+1]

Definition at line 418 of file command-interpreter2.h.


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