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

Number of retries for confirmable messages.

#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.


SL_WISUN_COAP_MEM_USE_STATIC_MEMORY_POOL#

#define SL_WISUN_COAP_MEM_USE_STATIC_MEMORY_POOL
Value:
0U

Enable Static Memory Pool usage.


SL_WISUN_COAP_NOTIFY_DEFAULT_REMOTE_ADDR#

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

Default remote address to notify.


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.


SL_WISUN_COAP_NOTIFY_MAX_NOTIFICATION#

#define SL_WISUN_COAP_NOTIFY_MAX_NOTIFICATION
Value:
10U

Maximum capacity of the CoAP Notification Table.


SL_WISUN_COAP_NOTIFY_MAX_RETRANSMIT#

#define SL_WISUN_COAP_NOTIFY_MAX_RETRANSMIT
Value:
5U

Number of retries for confirmable messages.


SL_WISUN_COAP_NOTIFY_SERVICE_ENABLE#

#define SL_WISUN_COAP_NOTIFY_SERVICE_ENABLE
Value:
1U

Enable Notification service.


SL_WISUN_COAP_NOTIFY_SOCK_BUFF_SIZE#

#define SL_WISUN_COAP_NOTIFY_SOCK_BUFF_SIZE
Value:
1024UL

Notification service socket communication buffer size.


SL_WISUN_COAP_NOTIFY_STACK_SIZE_WORD#

#define SL_WISUN_COAP_NOTIFY_STACK_SIZE_WORD
Value:
224UL

Notification service stack size in CPU word.


SL_WISUN_COAP_RESOURCE_HND_MAX_RESOURCES#

#define SL_WISUN_COAP_RESOURCE_HND_MAX_RESOURCES
Value:
10U

Maximum capacity of the CoAP Resource Table.


SL_WISUN_COAP_RESOURCE_HND_SERVICE_ENABLE#

#define SL_WISUN_COAP_RESOURCE_HND_SERVICE_ENABLE
Value:
1U

Enable Resource Handler service.


SL_WISUN_COAP_RESOURCE_HND_SERVICE_PORT#

#define SL_WISUN_COAP_RESOURCE_HND_SERVICE_PORT
Value:
5683U

Resource handler service listener port.


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.


SL_WISUN_COAP_RESOURCE_HND_STACK_SIZE_WORD#

#define SL_WISUN_COAP_RESOURCE_HND_STACK_SIZE_WORD
Value:
240UL

Resource handler service stack size in CPU word.


SL_WISUN_COAP_RESOURCE_HND_VERBOSE_MODE_ENABLE#

#define SL_WISUN_COAP_RESOURCE_HND_VERBOSE_MODE_ENABLE
Value:
0U

Enable Resource Handler verbose mode.