Configurations#

Macros#

#define

Enable easy CoAP client and CoAP server instances.

#define

Enable Static Memory Pool usage.

#define

Default remote address to notify.

#define

Default port of the remote host to notify.

#define

Maximum capacity of the CoAP Notification Table.

#define

Enable Notification service.

#define

Notification service socket communication buffer size.

#define

Notification service stack size in CPU word.

#define

Maximum capacity of the CoAP Resource Table.

#define

Enable Resource Handler service.

#define

Resource handler service listener port.

#define

Resource handler service socket communication buffer size.

#define

Resource handler service stack size in CPU word.

#define

Enable Resource Handler verbose mode.

Macro Definition Documentation#

SL_WISUN_COAP_EASY_CLNT_SRV_INSTANCE_ENABLE#

#define SL_WISUN_COAP_EASY_CLNT_SRV_INSTANCE_ENABLE
Value:
0U

Enable easy CoAP client and CoAP server instances.


Definition at line 106 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_MEM_USE_STATIC_MEMORY_POOL#

#define SL_WISUN_COAP_MEM_USE_STATIC_MEMORY_POOL
Value:
0U

Enable Static Memory Pool usage.


Definition at line 45 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_ADDR#

#define SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_ADDR
Value:
"2001:db8::1"

Default remote address to notify.


Definition at line 92 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_PORT#

#define SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_PORT
Value:
5683U

Default port of the remote host to notify.


Definition at line 88 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_MAX_NOTIFICATION#

#define SL_WISUN_COAP_NOTIFY_MAX_NOTIFICATION
Value:
10U

Maximum capacity of the CoAP Notification Table.


Definition at line 79 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_SERVICE_ENABLE#

#define SL_WISUN_COAP_NOTIFY_SERVICE_ENABLE
Value:
1U

Enable Notification service.


Definition at line 83 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_SOCK_BUFF_SIZE#

#define SL_WISUN_COAP_NOTIFY_SOCK_BUFF_SIZE
Value:
1024UL

Notification service socket communication buffer size.


Definition at line 100 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_NOTIFY_STACK_SIZE_WORD#

#define SL_WISUN_COAP_NOTIFY_STACK_SIZE_WORD
Value:
256UL

Notification service stack size in CPU word.


Definition at line 96 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_MAX_RESOURCES#

#define SL_WISUN_COAP_RESOURCE_HND_MAX_RESOURCES
Value:
10U

Maximum capacity of the CoAP Resource Table.


Definition at line 51 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_SERVICE_ENABLE#

#define SL_WISUN_COAP_RESOURCE_HND_SERVICE_ENABLE
Value:
1U

Enable Resource Handler service.


Definition at line 55 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_SERVICE_PORT#

#define SL_WISUN_COAP_RESOURCE_HND_SERVICE_PORT
Value:
5683U

Resource handler service listener port.


Definition at line 61 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_SOCK_BUFF_SIZE#

#define SL_WISUN_COAP_RESOURCE_HND_SOCK_BUFF_SIZE
Value:
1024UL

Resource handler service socket communication buffer size.


Definition at line 69 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_STACK_SIZE_WORD#

#define SL_WISUN_COAP_RESOURCE_HND_STACK_SIZE_WORD
Value:
256UL

Resource handler service stack size in CPU word.


Definition at line 65 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h

SL_WISUN_COAP_RESOURCE_HND_VERBOSE_MODE_ENABLE#

#define SL_WISUN_COAP_RESOURCE_HND_VERBOSE_MODE_ENABLE
Value:
0U

Enable Resource Handler verbose mode.


Definition at line 73 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/coap/config/sl_wisun_coap_config.h