Resource table entry.

Public Attributes#

Auto response extended If it's registered in the resource descriptor, it will be called instead of auto_response.

bool

Resource discoverable.

Next pointer.

Public Attribute Documentation#

auto_response#

sl_wisun_coap_rhnd_auto_resp_t sl_wisun_coap_rhnd_resource::auto_response

Auto response.


auto_response_ext#

sl_wisun_coap_rhnd_auto_resp_ext_t sl_wisun_coap_rhnd_resource::auto_response_ext

Auto response extended If it's registered in the resource descriptor, it will be called instead of auto_response.


data#

sl_wisun_coap_rhnd_resource_data_t sl_wisun_coap_rhnd_resource::data

Resource data.


discoverable#

bool sl_wisun_coap_rhnd_resource::discoverable

Resource discoverable.


next#

struct sl_wisun_coap_rhnd_resource* sl_wisun_coap_rhnd_resource::next

Next pointer.


redirect_response#

sl_wisun_coap_rhnd_redirect_resp_t sl_wisun_coap_rhnd_resource::redirect_response

Redirect response callback.