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.

union SL_ATTRIBUTE_PACKED::@0
uint8_t

SNTP server method.

Public Attribute Documentation#

command_type#

uint8_t SL_ATTRIBUTE_PACKED::command_type

command type


Definition at line 79 of file components/service/sntp/inc/sl_sntp.h

ip_version#

uint8_t SL_ATTRIBUTE_PACKED::ip_version

Ip version of the SNTP server. 4 for IPV4 and 6 for IPV6.


Definition at line 80 of file components/service/sntp/inc/sl_sntp.h

ipv4_address#

uint8_t SL_ATTRIBUTE_PACKED::ipv4_address[4]

Ipv4 address of the SNTP server.


Definition at line 82 of file components/service/sntp/inc/sl_sntp.h

ipv6_address#

unsigned long SL_ATTRIBUTE_PACKED::ipv6_address[4]

Ipv6 address of the SNTP server.


Definition at line 83 of file components/service/sntp/inc/sl_sntp.h

server_ip_address#

union SL_ATTRIBUTE_PACKED::@0 SL_ATTRIBUTE_PACKED::server_ip_address

Definition at line 84 of file components/service/sntp/inc/sl_sntp.h

sntp_method#

uint8_t SL_ATTRIBUTE_PACKED::sntp_method

SNTP server method.


Definition at line 85 of file components/service/sntp/inc/sl_sntp.h