public class NetTimePacket {
public weak ClockTime local_time ;
public weak ClockTime remote_time ;
public NetTimePacket ( uchar buffer ) ;
public static weak NetTimePacket receive ( int fd,
void** addr,
uint32 len ) ;
public int send ( int fd,
void** addr,
uint32 len ) ;
public uchar serialize ( ) ;
}

public NetTimePacket ( uchar buffer ) ;
public weak ClockTime local_time ;
public weak ClockTime remote_time ;
public static weak NetTimePacket receive ( int fd,
void** addr,
uint32 len ) ;
public int send ( int fd,
void** addr,
uint32 len ) ;
public uchar serialize ( ) ;
Created by Valadoc