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