CoAP type definitions#
Modules#
Typedefs#
Wi-SUN CoAP handler for Wi-SUN component.
Wi-SUN CoAP malloc function pointer typedef.
Wi-SUN CoAP free function pointer typedef.
Wi-SUN CoAP version typedef.
Wi-SUN CoAP TX callback function pointer typedef.
Wi-SUN CoAP RX callback function pointer typedef.
Wi-SUN CoAP message typedef.
Wi-SUN CoAP message code typedef.
Wi-SUN CoAP message type typedef.
Wi-SUN CoAP option number typedef.
Wi-SUN CoAP option list typedef.
Wi-SUN CoAP descriptor structure.
Macros#
Maximum size of the URI path string.
Typedef Documentation#
sl_wisun_coap_handle_t#
typedef struct coap_s sl_wisun_coap_handle_t
Wi-SUN CoAP handler for Wi-SUN component.
77
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_malloc_t#
typedef void *(* sl_wisun_coap_malloc_t) (uint16_t size) )(uint16_t size)
Wi-SUN CoAP malloc function pointer typedef.
80
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_free_t#
typedef void(* sl_wisun_coap_free_t) (void *mem) )(void *mem)
Wi-SUN CoAP free function pointer typedef.
83
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_version_t#
typedef coap_version_e sl_wisun_coap_version_t
Wi-SUN CoAP version typedef.
86
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_tx_callback#
typedef uint8_t(* sl_wisun_coap_tx_callback) (uint8_t *packet_data, uint16_t packet_data_size, sn_nsdl_addr_s *addr, void *param) )(uint8_t *packet_data, uint16_t packet_data_size, sn_nsdl_addr_s *addr, void *param)
Wi-SUN CoAP TX callback function pointer typedef.
89
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_rx_callback#
typedef int8_t(* sl_wisun_coap_rx_callback) (sn_coap_hdr_s *header, sn_nsdl_addr_s *addr, void *param) )(sn_coap_hdr_s *header, sn_nsdl_addr_s *addr, void *param)
Wi-SUN CoAP RX callback function pointer typedef.
92
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_packet_t#
typedef sn_coap_hdr_s sl_wisun_coap_packet_t
Wi-SUN CoAP message typedef.
95
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_message_code_t#
typedef sn_coap_msg_code_e sl_wisun_coap_message_code_t
Wi-SUN CoAP message code typedef.
98
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_message_type_t#
typedef sn_coap_msg_type_e sl_wisun_coap_message_type_t
Wi-SUN CoAP message type typedef.
101
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_option_num_t#
typedef sn_coap_option_numbers_e sl_wisun_coap_option_num_t
Wi-SUN CoAP option number typedef.
104
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_option_list_t#
typedef sn_coap_options_list_s sl_wisun_coap_option_list_t
Wi-SUN CoAP option list typedef.
107
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h
sl_wisun_coap_t#
typedef struct sl_wisun_coap sl_wisun_coap_t
Wi-SUN CoAP descriptor structure.
123
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/coap/sl_wisun_coap.h