cgl.narada.service.time.ntptime
Class NtpOffset

java.lang.Object
  extended by cgl.narada.service.time.ntptime.NtpOffset

public class NtpOffset
extends Object

Ntp Packet field information


Field Summary
static int NTPDataLength
          length of NTPDatagramPacket
static int offHeader
          offset of header data
static int offOriginateTimestamp
          offset of originate timestamp
static int offReceiveTimestamp
          offset of receive timestamp
static int offReferenceID
          offset of reference ID
static int offReferenceTimestamp
          offset of reference timestamp
static int offTransmitTimestamp
          offset of transmit timestamp
 
Constructor Summary
NtpOffset()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offHeader

public static final int offHeader
offset of header data

See Also:
Constant Field Values

offReferenceID

public static final int offReferenceID
offset of reference ID

See Also:
Constant Field Values

offReferenceTimestamp

public static final int offReferenceTimestamp
offset of reference timestamp

See Also:
Constant Field Values

offOriginateTimestamp

public static final int offOriginateTimestamp
offset of originate timestamp

See Also:
Constant Field Values

offReceiveTimestamp

public static final int offReceiveTimestamp
offset of receive timestamp

See Also:
Constant Field Values

offTransmitTimestamp

public static final int offTransmitTimestamp
offset of transmit timestamp

See Also:
Constant Field Values

NTPDataLength

public static final int NTPDataLength
length of NTPDatagramPacket

See Also:
Constant Field Values
Constructor Detail

NtpOffset

public NtpOffset()


For comments and suggestions please send e-mail to The NaradaBrokering Project