Interface IInitInitServerPacketReplyCodeDataOk
Unit
Declaration
type IInitInitServerPacketReplyCodeDataOk = interface(IInitInitServerPacketReplyCodeData)
Description
Data associated with IInitInitServerPacket.ReplyCode
value 2
.
Hierarchy
- IInterface
- IInitInitServerPacketReplyCodeData
- IInitInitServerPacketReplyCodeDataOk
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetSeq1: Cardinal; |
![]() |
procedure SetSeq1(Seq1: Cardinal); |
![]() |
function GetSeq2: Cardinal; |
![]() |
procedure SetSeq2(Seq2: Cardinal); |
![]() |
function GetServerEncryptionMultiple: Cardinal; |
![]() |
procedure SetServerEncryptionMultiple(ServerEncryptionMultiple: Cardinal); |
![]() |
function GetClientEncryptionMultiple: Cardinal; |
![]() |
procedure SetClientEncryptionMultiple(ClientEncryptionMultiple: Cardinal); |
![]() |
function GetPlayerId: Cardinal; |
![]() |
procedure SetPlayerId(PlayerId: Cardinal); |
![]() |
function GetChallengeResponse: Cardinal; |
![]() |
procedure SetChallengeResponse(ChallengeResponse: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Seq1: Cardinal read GetSeq1 write SetSeq1; |
![]() |
property Seq2: Cardinal read GetSeq2 write SetSeq2; |
![]() |
property ServerEncryptionMultiple: Cardinal read GetServerEncryptionMultiple write SetServerEncryptionMultiple; |
![]() |
property ClientEncryptionMultiple: Cardinal read GetClientEncryptionMultiple write SetClientEncryptionMultiple; |
![]() |
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
![]() |
property ChallengeResponse: Cardinal read GetChallengeResponse write SetChallengeResponse; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. Attributes
|
![]() |
function GetSeq1: Cardinal; |
This item has no description. |
![]() |
procedure SetSeq1(Seq1: Cardinal); |
This item has no description. |
![]() |
function GetSeq2: Cardinal; |
This item has no description. |
![]() |
procedure SetSeq2(Seq2: Cardinal); |
This item has no description. |
![]() |
function GetServerEncryptionMultiple: Cardinal; |
This item has no description. |
![]() |
procedure SetServerEncryptionMultiple(ServerEncryptionMultiple: Cardinal); |
This item has no description. |
![]() |
function GetClientEncryptionMultiple: Cardinal; |
This item has no description. |
![]() |
procedure SetClientEncryptionMultiple(ClientEncryptionMultiple: Cardinal); |
This item has no description. |
![]() |
function GetPlayerId: Cardinal; |
This item has no description. |
![]() |
procedure SetPlayerId(PlayerId: Cardinal); |
This item has no description. |
![]() |
function GetChallengeResponse: Cardinal; |
This item has no description. |
![]() |
procedure SetChallengeResponse(ChallengeResponse: Cardinal); |
This item has no description. |
![]() |
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 Seq1: Cardinal read GetSeq1 write SetSeq1; |
|
![]() |
property Seq2: Cardinal read GetSeq2 write SetSeq2; |
|
![]() |
property ServerEncryptionMultiple: Cardinal read GetServerEncryptionMultiple write SetServerEncryptionMultiple; |
|
![]() |
property ClientEncryptionMultiple: Cardinal read GetClientEncryptionMultiple write SetClientEncryptionMultiple; |
|
![]() |
property PlayerId: Cardinal read GetPlayerId write SetPlayerId; |
|
![]() |
property ChallengeResponse: Cardinal read GetChallengeResponse write SetChallengeResponse; |
|
Generated by PasDoc 0.16.0-snapshot.