MessagePack extension wrapper class.  
 More...
MessagePack extension wrapper class. 
◆ constructor()
      
        
          | msgpack::MsgPackExtension::constructor | ( | int | extType, | 
        
          |  |  | binary | bin | 
        
          |  | ) |  |  | 
      
 
Creates the MsgPackExtension object. 
- Parameters
- 
  
    | extType | extension type |  | bin | extension's binary data |  
 
- Exceptions
- 
  
    | INVALID-EXT-TYPE | invalid extension type |  
 
 
 
◆ getData()
      
        
          | binary msgpack::MsgPackExtension::getData | ( |  | ) |  | 
      
 
Get extension's binary data. 
- Returns
- extension's binary data 
 
 
◆ getExtType()
      
        
          | int msgpack::MsgPackExtension::getExtType | ( |  | ) |  | 
      
 
Get extension type ID. 
- Returns
- extension type ID 
 
 
◆ size()
      
        
          | int msgpack::MsgPackExtension::size | ( |  | ) |  | 
      
 
Get extension's data size. 
- Returns
- extension data size 
 
 
The documentation for this class was generated from the following file:
- QC_MsgPackExtension.dox.h