WL865E4-P  36.07.001
M2MB_SNTP_SERVER_ENTRY Struct Reference

SNTP server entry structure. More...

#include <m2mb_sntp.h>

Data Fields

UINT8 name [M2MB_SNTP_SERVER_NAME_SIZE]
 
UINT8 addr [M2MB_IP_ADDR_STR_LEN]
 
UINT32 status
 

Detailed Description

SNTP server entry structure.

This data structure is used with m2mb_sntp_get_server_list() to get server information.

Definition at line 153 of file m2mb_sntp.h.

Field Documentation

◆ addr

IP address string.

Definition at line 156 of file m2mb_sntp.h.

◆ name

DNS name or IP address string.

Definition at line 155 of file m2mb_sntp.h.

◆ status

UINT32 status

Server status: 0, M2MB_SNTP_SERVER_STATUS_KOD or M2MB_SNTP_SERVER_STATUS_NORESP.

Definition at line 157 of file m2mb_sntp.h.


The documentation for this struct was generated from the following file: