Category name message.  
 More...
#include <3esmessages.h>
 | 
| enum   | { MessageId = CMIdName
 } | 
|   | ID for this message. 
  | 
|   | 
 | 
| 
uint16_t  | categoryId | 
|   | Identifies the category for the message. 
  | 
|   | 
| 
uint16_t  | parentId | 
|   | The (new) parent category for categoryId. Zero for none. 
  | 
|   | 
| 
uint16_t  | defaultActive | 
|   | Default categoryId to active? Non zero for yes (1). 
  | 
|   | 
| 
uint16_t  | nameLength | 
|   | Number of bytes in name, excluding a null terminator. 
  | 
|   | 
| const char *  | name | 
|   | The name string without a null terminator.  More...
  | 
|   | 
◆ read()
  
  
      
        
          | bool tes::CategoryNameMessage::read  | 
          ( | 
          PacketReader &  | 
          reader,  | 
         
        
           | 
           | 
          char *  | 
          nameBuffer,  | 
         
        
           | 
           | 
          size_t  | 
          nameBufferSize  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ write()
  
  
      
        
          | bool tes::CategoryNameMessage::write  | 
          ( | 
          PacketWriter &  | 
          writer | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ name
      
        
          | const char* tes::CategoryNameMessage::name | 
        
      
 
The name string without a null terminator. 
Must be exactly nameLength bytes. 
 
 
The documentation for this struct was generated from the following file: