CoAP Notify type definition.
Public Attributes#
bool(*
Condition check callback, it returns with the result of send condition (true: send, false: not send)
Packet handler callback, it returns with the built CoAP packet.
const char *
ID string.
Remote address.
uint32_t
Schedule time (ms)
uint32_t
Tick counter (ms)
Public Attribute Documentation#
condition_cb#
bool(* sl_wisun_coap_notify::condition_cb) (const struct sl_wisun_coap_notify *notify)
Condition check callback, it returns with the result of send condition (true: send, false: not send)
hnd_cb#
sl_wisun_coap_packet_t *(* sl_wisun_coap_notify::hnd_cb) (const struct sl_wisun_coap_notify *notify)
Packet handler callback, it returns with the built CoAP packet.