Class TAccountCreateClientPacket
Unit
Declaration
type TAccountCreateClientPacket = class(TInterfacedObject, IPacket, IAccountCreateClientPacket)
Description
Confirm creating an account
Hierarchy
- TInterfacedObject
- TAccountCreateClientPacket
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetSessionId: Cardinal; |
![]() |
procedure _SetSessionId(SessionId: Cardinal); |
![]() |
function _GetUsername: string; |
![]() |
procedure _SetUsername(Username: string); |
![]() |
function _GetPassword: string; |
![]() |
procedure _SetPassword(Password: string); |
![]() |
function _GetFullName: string; |
![]() |
procedure _SetFullName(FullName: string); |
![]() |
function _GetLocation: string; |
![]() |
procedure _SetLocation(Location: string); |
![]() |
function _GetEmail: string; |
![]() |
procedure _SetEmail(Email: string); |
![]() |
function _GetComputer: string; |
![]() |
procedure _SetComputer(Computer: string); |
![]() |
function _GetHdid: string; |
![]() |
procedure _SetHdid(Hdid: string); |
![]() |
function Family: TPacketFamily; |
![]() |
function Action: TPacketAction; |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function PacketFamily: TPacketFamily; |
![]() |
class function PacketAction: TPacketAction; |
![]() |
class function Deserialize(Reader: TEoReader): TAccountCreateClientPacket; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property SessionId: Cardinal read _GetSessionId write _SetSessionId; |
![]() |
property Username: string read _GetUsername write _SetUsername; |
![]() |
property Password: string read _GetPassword write _SetPassword; |
![]() |
property FullName: string read _GetFullName write _SetFullName; |
![]() |
property Location: string read _GetLocation write _SetLocation; |
![]() |
property Email: string read _GetEmail write _SetEmail; |
![]() |
property Computer: string read _GetComputer write _SetComputer; |
![]() |
property Hdid: string read _GetHdid write _SetHdid; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetSessionId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSessionId(SessionId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetUsername: string; |
|
This item has no description. | |
![]() |
procedure _SetUsername(Username: string); |
|
This item has no description. | |
![]() |
function _GetPassword: string; |
|
This item has no description. | |
![]() |
procedure _SetPassword(Password: string); |
|
This item has no description. | |
![]() |
function _GetFullName: string; |
|
This item has no description. | |
![]() |
procedure _SetFullName(FullName: string); |
|
This item has no description. | |
![]() |
function _GetLocation: string; |
|
This item has no description. | |
![]() |
procedure _SetLocation(Location: string); |
|
This item has no description. | |
![]() |
function _GetEmail: string; |
|
This item has no description. | |
![]() |
procedure _SetEmail(Email: string); |
|
This item has no description. | |
![]() |
function _GetComputer: string; |
|
This item has no description. | |
![]() |
procedure _SetComputer(Computer: string); |
|
This item has no description. | |
![]() |
function _GetHdid: string; |
|
This item has no description. | |
![]() |
procedure _SetHdid(Hdid: string); |
|
This item has no description. | |
![]() |
function Family: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
function Action: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function PacketFamily: TPacketFamily; |
|
Returns the packet family associated with this packet. ReturnsThe packet family associated with this packet | |
![]() |
class function PacketAction: TPacketAction; |
|
Returns the packet action associated with this packet. ReturnsThe packet action associated with this packet | |
![]() |
class function Deserialize(Reader: TEoReader): TAccountCreateClientPacket; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property SessionId: Cardinal read _GetSessionId write _SetSessionId; |
|
| |
![]() |
property Username: string read _GetUsername write _SetUsername; |
|
This item has no description. | |
![]() |
property Password: string read _GetPassword write _SetPassword; |
|
This item has no description. | |
![]() |
property FullName: string read _GetFullName write _SetFullName; |
|
This item has no description. | |
![]() |
property Location: string read _GetLocation write _SetLocation; |
|
This item has no description. | |
![]() |
property Email: string read _GetEmail write _SetEmail; |
|
This item has no description. | |
![]() |
property Computer: string read _GetComputer write _SetComputer; |
|
This item has no description. | |
![]() |
property Hdid: string read _GetHdid write _SetHdid; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
