![]() |
Qore msgpack Module 1.0.1
|
MessagePack extension wrapper class. More...
#include <QC_MsgPackExtension.dox.h>
Public Member Methods | |
| constructor (int extType, binary bin) | |
| Creates the MsgPackExtension object. | |
| binary | getData () |
| Get extension's binary data. | |
| int | getExtType () |
| Get extension type ID. | |
| int | size () |
| Get extension's data size. | |
MessagePack extension wrapper class.
| msgpack::MsgPackExtension::constructor | ( | int | extType, |
| binary | bin | ||
| ) |
Creates the MsgPackExtension object.
| extType | extension type |
| bin | extension's binary data |
| INVALID-EXT-TYPE | invalid extension type |
| binary msgpack::MsgPackExtension::getData | ( | ) |
Get extension's binary data.
| int msgpack::MsgPackExtension::getExtType | ( | ) |
Get extension type ID.
| int msgpack::MsgPackExtension::size | ( | ) |
Get extension's data size.