SNTP Server Info response.
Public Attributes#
uint8_t
command type
uint8_t
Ip version of the SNTP server. 4 for IPV4 and 6 for IPV6.
uint8_t
Ipv4 address of the SNTP server.
unsigned long
Ipv6 address of the SNTP server.
uint8_t
SNTP server method.
Public Functions#
union __attribute__::@0
__attribute__((__packed__)) server_ip_address
Public Attribute Documentation#
command_type#
uint8_t __attribute__::command_type
command type
Definition at line
76
of file components/service/sntp/inc/sl_sntp.h
ip_version#
uint8_t __attribute__::ip_version
Ip version of the SNTP server. 4 for IPV4 and 6 for IPV6.
Definition at line
77
of file components/service/sntp/inc/sl_sntp.h
ipv4_address#
uint8_t __attribute__::ipv4_address[4]
Ipv4 address of the SNTP server.
Definition at line
79
of file components/service/sntp/inc/sl_sntp.h
ipv6_address#
unsigned long __attribute__::ipv6_address[4]
Ipv6 address of the SNTP server.
Definition at line
80
of file components/service/sntp/inc/sl_sntp.h
sntp_method#
uint8_t __attribute__::sntp_method
SNTP server method.
Definition at line
82
of file components/service/sntp/inc/sl_sntp.h