netxduo
NX_SNTP_DATE_TIME
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SNTP_DATE_TIME
NX_SNTP_DATE_TIME struct
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:496
typedef
struct
NX_SNTP_DATE_TIME_STRUCT
{
UINT
year
;
UINT
month
;
UINT
day
;
UINT
hour
;
UINT
minute
;
UINT
second
;
UINT
millisecond
;
UINT
time_zone
;
UINT
leap_year
;
}
NX_SNTP_DATE_TIME
;
Fields
Field
Declared as
NX_SNTP_DATE_TIME_STRUCT::year
UINT
NX_SNTP_DATE_TIME_STRUCT::month
UINT
NX_SNTP_DATE_TIME_STRUCT::day
UINT
NX_SNTP_DATE_TIME_STRUCT::hour
UINT
NX_SNTP_DATE_TIME_STRUCT::minute
UINT
NX_SNTP_DATE_TIME_STRUCT::second
UINT
NX_SNTP_DATE_TIME_STRUCT::millisecond
UINT
NX_SNTP_DATE_TIME_STRUCT::time_zone
UINT
NX_SNTP_DATE_TIME_STRUCT::leap_year
UINT
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out