Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
packet_header Struct Reference
The Packet Header.
More...
#include <protocol.h>
List of all members.
Detailed Description
The Packet Header.
Definition at line 17 of file protocol.h.
00017 {
00018 int from;
00019 int to;
00020 timeval TimeStamp;
00021 int header[MAX_PACKET_HEADER];
00022 int length;
00023 }
Member Data Documentation
timeval packet_header::TimeStamp |
|
Contains the time when this was sent away.
Definition at line 20 of file protocol.h.
int packet_header::header[MAX_PACKET_HEADER] |
|
int packet_header::length |
|
the length of the data.
Definition at line 22 of file protocol.h.
destination (obsolete).
Definition at line 19 of file protocol.h.
The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:25 2000 for 3Dsia by
1.1.2 written by Dimitri van Heesch,
© 1997-2000