#include <ProsecCoAP.h>
Public Member Functions | |
| CoapUri () | |
| Create an empty URI callback registry. | |
| void | add (CoapCallback call, String url) |
| Register or update a callback for a URL. | |
| CoapCallback | find (String url) |
| Find a callback bound to a URL. | |
|
inline |
Create an empty URI callback registry.
|
inline |
Register or update a callback for a URL.
|
inline |
Find a callback bound to a URL.