#include <services.h>
Inheritance diagram for Ishtar::HelloCall:

Public Types | |
| enum | NodeType { SERVER = 0, CLIENT } |
| Type of node connecting. More... | |
Public Member Functions | |
| HelloCall () | |
| Constructor. | |
| HelloCall (NodeType t) | |
| Constructor. | |
| virtual | ~HelloCall () |
| Destructor. | |
| virtual void | serialize (OutputStream *stream) |
| Serialize this call to stream. | |
| virtual void | deserializeSpecified (InputStream *stream) |
| Deserialize this call from stream, the type has already been read because the Call is already created. | |
Public Attributes | |
| enum Ishtar::HelloCall::NodeType | nodeType |
| Type of node connecting. | |
| UInt32 | version |
| The version of the protocol this node talks. | |
|
|
Type of node connecting.
|
1.4.2