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

cPacketCharProfileReq Class Reference

Char Profile Request ( maybe an update ). More...

#include <packets.h>

Inheritance diagram for cPacketCharProfileReq:

cClientPacket cPacket List of all members.

Public Methods

 cPacketCharProfileReq ()
void receive (NXWCLIENT PS)
 Receive packet from client.


Public Attributes

eBool update
 update

eSERIAL chr
 character

eUI16 type
 type (0x0001 – Update)

wstring profile
 new profile, in unicode, not null terminated.


Private Attributes

eUI16 size
 size

eUI16 len
 # of unicode characters


Detailed Description

Char Profile Request ( maybe an update ).

Author:
Endymion
Since:
0.83
Note:
0xB8


Constructor & Destructor Documentation

cPacketCharProfileReq::cPacketCharProfileReq  
 


Member Function Documentation

void cPacketCharProfileReq::receive NXWCLIENT    ps [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

eSERIAL cPacketCharProfileReq::chr
 

character

eUI16 cPacketCharProfileReq::len [private]
 

# of unicode characters

wstring cPacketCharProfileReq::profile
 

new profile, in unicode, not null terminated.

eUI16 cPacketCharProfileReq::size [private]
 

size

eUI16 cPacketCharProfileReq::type
 

type (0x0001 – Update)

eBool cPacketCharProfileReq::update
 

update


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