netxduo
+
0
/1 examples
SourceVu will show references to
NX_SNTP_TIME_MESSAGE
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_SNTP_Client
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SNTP_TIME_MESSAGE
NX_SNTP_TIME_MESSAGE struct
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:524
typedef
struct
NX_SNTP_TIME_MESSAGE_STRUCT
{
UINT
flags
;
UINT
peer_clock_stratum
;
UINT
peer_poll_interval
;
UINT
peer_clock_precision
;
ULONG
root_delay
;
ULONG
clock_dispersion
;
UCHAR
reference_clock_id
[
4
]
;
ULONG
reference_clock_update_time_stamp
[
2
]
;
ULONG
originate_time_stamp
[
2
]
;
ULONG
receive_time_stamp
[
2
]
;
ULONG
transmit_time_stamp
[
2
]
;
UCHAR
KeyIdentifier
[
4
]
;
UCHAR
MessageDigest
[
16
]
;
NX_SNTP_TIME
reference_clock_update_time
;
NX_SNTP_TIME
originate_time
;
NX_SNTP_TIME
receive_time
;
NX_SNTP_TIME
transmit_time
;
}
NX_SNTP_TIME_MESSAGE
;
Fields
Field
Declared as
NX_SNTP_TIME_MESSAGE_STRUCT::flags
UINT
NX_SNTP_TIME_MESSAGE_STRUCT::peer_clock_stratum
UINT
NX_SNTP_TIME_MESSAGE_STRUCT::peer_poll_interval
UINT
NX_SNTP_TIME_MESSAGE_STRUCT::peer_clock_precision
UINT
NX_SNTP_TIME_MESSAGE_STRUCT::root_delay
ULONG
NX_SNTP_TIME_MESSAGE_STRUCT::clock_dispersion
ULONG
NX_SNTP_TIME_MESSAGE_STRUCT::reference_clock_id
UCHAR
[
4
]
NX_SNTP_TIME_MESSAGE_STRUCT::reference_clock_update_time_stamp
ULONG
[
2
]
NX_SNTP_TIME_MESSAGE_STRUCT::originate_time_stamp
ULONG
[
2
]
NX_SNTP_TIME_MESSAGE_STRUCT::receive_time_stamp
ULONG
[
2
]
NX_SNTP_TIME_MESSAGE_STRUCT::transmit_time_stamp
ULONG
[
2
]
NX_SNTP_TIME_MESSAGE_STRUCT::KeyIdentifier
UCHAR
[
4
]
NX_SNTP_TIME_MESSAGE_STRUCT::MessageDigest
UCHAR
[
16
]
NX_SNTP_TIME_MESSAGE_STRUCT::reference_clock_update_time
NX_SNTP_TIME
NX_SNTP_TIME_MESSAGE_STRUCT::originate_time
NX_SNTP_TIME
NX_SNTP_TIME_MESSAGE_STRUCT::receive_time
NX_SNTP_TIME
NX_SNTP_TIME_MESSAGE_STRUCT::transmit_time
NX_SNTP_TIME
Related Functions
Found 3 other functions taking a
NX_SNTP_TIME_MESSAGE_STRUCT
argument:
Function
_nx_sntp_client_duplicate_update_check()
_nx_sntp_client_utility_convert_time_to_UCHAR()
_nx_sntp_client_create_time_request_packet()
Examples
NX_SNTP_TIME_MESSAGE
is referenced by 1 libraries and example projects:
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