smcpctl get coap://localhost:5683/hash?param=file//! Get a string representation of the destination path in the inbound packet.
SMCP_API_EXTERN char* smcp_inbound_get_path(char* where, uint8_t flags);
#define SMCP_GET_PATH_REMAINING (1<<0)
#define SMCP_GET_PATH_LEADING_SLASH (1<<1)
#define SMCP_GET_PATH_INCLUDE_QUERY (1<<2)