Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

packet Struct Reference

The Packet. More...

#include <protocol.h>

List of all members.

Public Attributes

packet_header h
 the header. More...

string data
 The binary or string data. More...


Detailed Description

The Packet.

Definition at line 26 of file protocol.h.

00026 {
00027     packet_header h; 
00028     string        data; 
00029 //    void erase ( void );
00030 }

Member Data Documentation

string packet::data

The binary or string data.

Definition at line 28 of file protocol.h.

packet_header packet::h

the header.

Definition at line 27 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 doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000