EmberCommandState Struct Reference
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 | 
| EmberCommandEntry * | currentCommand | 
For use when declaring a separate command streams. The fields are not accessed directly by the application.
       Definition at line
       
        415
       
       of file
       
        command-interpreter2.h
       
       .
      
Field Documentation
◆ argOffset
| uint8_t EmberCommandState::argOffset | 
        Definition at line
        
         441
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ buffer
| uint8_t EmberCommandState::buffer[ EMBER_COMMAND_BUFFER_LENGTH ] | 
        Definition at line
        
         422
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ currentCommand
| EmberCommandEntry * EmberCommandState::currentCommand | 
        Definition at line
        
         451
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ defaultBase
| uint8_t EmberCommandState::defaultBase | 
        Definition at line
        
         448
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ error
| uint8_t EmberCommandState::error | 
        Definition at line
        
         435
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ hexHighNibble
| uint8_t EmberCommandState::hexHighNibble | 
        Definition at line
        
         438
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ index
| uint16_t EmberCommandState::index | 
        Definition at line
        
         432
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ previousCharacter
| uint8_t EmberCommandState::previousCharacter | 
        Definition at line
        
         445
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ state
| uint8_t EmberCommandState::state | 
        Definition at line
        
         417
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ tokenCount
| uint8_t EmberCommandState::tokenCount | 
        Definition at line
        
         429
        
        of file
        
         command-interpreter2.h
        
        .
       
◆ tokenIndices
| uint8_t EmberCommandState::tokenIndices[ MAX_TOKEN_COUNT +1] | 
        Definition at line
        
         426
        
        of file
        
         command-interpreter2.h
        
        .
       
The documentation for this struct was generated from the following file:
- 
       
command-interpreter2.h