Configurations#
Macros#
#define
Enable CoAP resource.
#define
SL_WISUN_APP_STATUS_DEFAULT_NOTIFICATION_ID "app-status"
Default notification ID string.
#define
SL_WISUN_APP_STATUS_DEFAULT_REMOTE_ADDR "2001:db8::1"
Default remote address to send status report.
#define
Default port of the remote host to send status report.
#define
Default schedule time to send status report.
#define
SL_WISUN_APP_STATUS_DEFAULT_URI_PATH "/app/status"
Default URI Path to use in status report packet.
#define
Enable execution time.
#define
Enable execution time.
#define
Enable Neighbor info.
Macro Definition Documentation#
SL_WISUN_APP_STATUS_COAP_RESOURCE_ENABLE#
#define SL_WISUN_APP_STATUS_COAP_RESOURCE_ENABLEValue:
1U
Enable CoAP resource.
SL_WISUN_APP_STATUS_DEFAULT_NOTIFICATION_ID#
#define SL_WISUN_APP_STATUS_DEFAULT_NOTIFICATION_IDValue:
"app-status"
Default notification ID string.
SL_WISUN_APP_STATUS_DEFAULT_REMOTE_ADDR#
#define SL_WISUN_APP_STATUS_DEFAULT_REMOTE_ADDRValue:
"2001:db8::1"
Default remote address to send status report.
SL_WISUN_APP_STATUS_DEFAULT_REMOTE_PORT#
#define SL_WISUN_APP_STATUS_DEFAULT_REMOTE_PORTValue:
5683U
Default port of the remote host to send status report.
SL_WISUN_APP_STATUS_DEFAULT_SCHEDULE_TIME_MS#
#define SL_WISUN_APP_STATUS_DEFAULT_SCHEDULE_TIME_MSValue:
10000UL
Default schedule time to send status report.
SL_WISUN_APP_STATUS_DEFAULT_URI_PATH#
#define SL_WISUN_APP_STATUS_DEFAULT_URI_PATHValue:
"/app/status"
Default URI Path to use in status report packet.
SL_WISUN_APP_STATUS_DEVICE_INFO_ENABLE#
#define SL_WISUN_APP_STATUS_DEVICE_INFO_ENABLEValue:
1U
Enable execution time.
SL_WISUN_APP_STATUS_EXECUTION_TIME_ENABLE#
#define SL_WISUN_APP_STATUS_EXECUTION_TIME_ENABLEValue:
1U
Enable execution time.
SL_WISUN_APP_STATUS_NEIGHBOR_INFO_ENABLE#
#define SL_WISUN_APP_STATUS_NEIGHBOR_INFO_ENABLEValue:
1U
Enable Neighbor info.