Interface IAccountCreateClientPacket
Unit
Declaration
type IAccountCreateClientPacket = interface(IPacket)
Description
Confirm creating an account
Hierarchy
- IInterface
- IPacket
- IAccountCreateClientPacket
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); |
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. Attributes
|
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
|
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.