SNTP Response.
Public Attributes#
uint8_t
Type of event being received indicated by sl_sntp_client_events_t.
sl_status_t
Status of the call which triggered this response.
uint8_t *
Pointer to response data.
uint16_t
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.
Definition at line
60
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.
Definition at line
61
of file components/service/sntp/inc/sl_sntp.h
data#
uint8_t* sl_sntp_client_response_t::data
Pointer to response data.
Definition at line
62
of file components/service/sntp/inc/sl_sntp.h
data_length#
uint16_t sl_sntp_client_response_t::data_length
Length of response data.
Definition at line
63
of file components/service/sntp/inc/sl_sntp.h