ot::Coap::CoapBase::ResourceHandler
Defines function pointer to handle a CoAP resource. When processing a received request, this handler is called first with the URI path before checking the list of added `Resource` entries to match against the URI path.
Syntax
typedef bool (*ResourceHandler)(CoapBase &aCoapBase,
const char *aUriPath,
Message &aMessage,
const Ip6::MessageInfo &aMessageInfo);
![]()
typedef bool (*ResourceHandler)(CoapBase &aCoapBase,