DeclareTmfHandler macro
Declares a TMF handler (a full template specialization of `HandleTmf` method) in a given `Type`. The class `Type` MUST declare a template method of the following format: template void HandleTmf(Coap::Message &aMessage, const Ip6::MessageInfo &aMessageInfo);
Arguments
Type
The `Type` in which the TMF handler is declared.
kUri
The `Uri` which is handled.