SNTP Response.
Public Attributes#
Type of event being received indicated by sl_sntp_client_events_t.
Status of the call which triggered this response. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.
Pointer to response data. In case of SL_SNTP_CLIENT_GET_TIME, SL_SNTP_CLIENT_GET_TIME_DATE, it is a (uint8_t *) buffer and in case of SL_SNTP_CLIENT_GET_SERVER_INFO it is a pointer to __attribute__ structure.
Length of response data.
Public Attribute Documentation#
event_type#
uint8_t sl_sntp_client_response_t::event_type
Type of event being received indicated by sl_sntp_client_events_t.
90
of file components/service/sntp/inc/sl_sntp.h
status#
sl_status_t sl_sntp_client_response_t::status
Status of the call which triggered this response. See https://docs.silabs.com/gecko-platform/4.1/common/api/group-status for details.
92
of file components/service/sntp/inc/sl_sntp.h
data#
uint8_t* sl_sntp_client_response_t::data
Pointer to response data. In case of SL_SNTP_CLIENT_GET_TIME, SL_SNTP_CLIENT_GET_TIME_DATE, it is a (uint8_t *) buffer and in case of SL_SNTP_CLIENT_GET_SERVER_INFO it is a pointer to __attribute__ structure.
94
of file components/service/sntp/inc/sl_sntp.h
data_length#
uint16_t sl_sntp_client_response_t::data_length
Length of response data.
95
of file components/service/sntp/inc/sl_sntp.h