ReactOS 0.4.15-dev-7934-g1dc8d80
_NTPPACKET Struct Reference

#include <w32time.h>

Collaboration diagram for _NTPPACKET:

Public Attributes

BYTE LiVnMode
 
BYTE Stratum
 
char Poll
 
char Precision
 
long RootDelay
 
long RootDispersion
 
char ReferenceID [4]
 
TIMEPACKET ReferenceTimestamp
 
TIMEPACKET OriginateTimestamp
 
TIMEPACKET ReceiveTimestamp
 
TIMEPACKET TransmitTimestamp
 

Detailed Description

Definition at line 30 of file w32time.h.

Member Data Documentation

◆ LiVnMode

BYTE _NTPPACKET::LiVnMode

Definition at line 32 of file w32time.h.

Referenced by SendData().

◆ OriginateTimestamp

TIMEPACKET _NTPPACKET::OriginateTimestamp

Definition at line 40 of file w32time.h.

◆ Poll

char _NTPPACKET::Poll

Definition at line 34 of file w32time.h.

◆ Precision

char _NTPPACKET::Precision

Definition at line 35 of file w32time.h.

◆ ReceiveTimestamp

TIMEPACKET _NTPPACKET::ReceiveTimestamp

Definition at line 41 of file w32time.h.

◆ ReferenceID

char _NTPPACKET::ReferenceID[4]

Definition at line 38 of file w32time.h.

◆ ReferenceTimestamp

TIMEPACKET _NTPPACKET::ReferenceTimestamp

Definition at line 39 of file w32time.h.

◆ RootDelay

long _NTPPACKET::RootDelay

Definition at line 36 of file w32time.h.

◆ RootDispersion

long _NTPPACKET::RootDispersion

Definition at line 37 of file w32time.h.

◆ Stratum

BYTE _NTPPACKET::Stratum

Definition at line 33 of file w32time.h.

◆ TransmitTimestamp

TIMEPACKET _NTPPACKET::TransmitTimestamp

Definition at line 42 of file w32time.h.

Referenced by ReceiveData(), and SendData().


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