odtone::mih::indication
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/indication.hpp> class indication : public odtone::mih::message_helper { public: enum mid; // construct/copy/destruct indication(); explicit indication(mid); indication(mid, const id &); };
This class allows parsing/generating MIH Indication messages.
indication
public
construct/copy/destructindication();
Construct an empty MIH Indication Message helper.
explicit indication(mid m);
Construct an MIH Indication Message helper.
Parameters: |
|
indication(mid m, const id & destination);
Construct an MIH Indication Message helper.
Parameters: |
|