otLogHexDumpInfo
    #include <logging.h>
  
Represents information used for generating hex dump output.
Summary
        Public attributes | 
    |
|---|---|
        mDataBytes
       | 
      
        const uint8_t *
        The data byes.  
       | 
    
        mDataLength
       | 
      
        uint16_t
        The data length (number of bytes in  
      mDataBytes)  | 
    
        mIterator
       | 
      
        uint16_t
        Iterator used by OT stack. MUST be initialized to zero.  
       | 
    
        mLine[73]
       | 
      
        char
        Buffer to output one line of generated hex dump.  
       | 
    
        mTitle
       | 
      
        const char *
        Title string to add table header (MUST NOT be  
      NULL).  | 
    
Public attributes
mDataBytes
const uint8_t * otLogHexDumpInfo::mDataBytes
The data byes.
mDataLength
uint16_t otLogHexDumpInfo::mDataLength
The data length (number of bytes in mDataBytes) 
mIterator
uint16_t otLogHexDumpInfo::mIterator
Iterator used by OT stack. MUST be initialized to zero.
mLine
char otLogHexDumpInfo::mLine[73]
Buffer to output one line of generated hex dump.
mTitle
const char * otLogHexDumpInfo::mTitle
Title string to add table header (MUST NOT be NULL). 
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.