Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cPacketLogin Class Reference

#include <packets.h>

Inheritance diagram for cPacketLogin:

cClientPacket cPacket List of all members.

Private Methods

 cPacketLogin ()
void receive (NXWCLIENT ps)
 Receive packet from client.


Private Attributes

UI32 pattern
 pattern ( 0xEDEDEDED )

string name
 name ( 30 characters )

string passwd
 password ( 30 characters )

UI32 slot
 slot choosen ( 0 based )

UI32 ip
 client ip


Constructor & Destructor Documentation

cPacketLogin::cPacketLogin   [private]
 


Member Function Documentation

void cPacketLogin::receive NXWCLIENT    ps [private, virtual]
 

Receive packet from client.

Author:
Endymion
Since:
0.83a
Parameters:
ps  the client who send this packet
Attention:
NOT WRITE THE CMD, it's read before

Reimplemented from cClientPacket.


Member Data Documentation

UI32 cPacketLogin::ip [private]
 

client ip

string cPacketLogin::name [private]
 

name ( 30 characters )

string cPacketLogin::passwd [private]
 

password ( 30 characters )

UI32 cPacketLogin::pattern [private]
 

pattern ( 0xEDEDEDED )

UI32 cPacketLogin::slot [private]
 

slot choosen ( 0 based )


The documentation for this class was generated from the following files: SourceForge.net Logo