Record TAccountReplySequenceStart
Unit
Declaration
type TAccountReplySequenceStart = record
Description
A record representing the sequence start value sent with the ACCOUNT_REPLY server packet.
See also
- TAccountReplyServerPacket
- Reply to client Account-family packets
Overview
Methods
class function FromValue(Value: Cardinal): TAccountReplySequenceStart; static; |
|
class function Generate: TAccountReplySequenceStart; static; |
|
class operator Implicit(SequenceStart: TAccountReplySequenceStart): Cardinal; |
Properties
property Value: Cardinal read FValue; |
Description
Methods
class function FromValue(Value: Cardinal): TAccountReplySequenceStart; static; |
|
Creates an instance of
Parameters
See also
|
class function Generate: TAccountReplySequenceStart; static; |
|
Creates an instance of ReturnsAn instance of |
class operator Implicit(SequenceStart: TAccountReplySequenceStart): Cardinal; |
|
This item has no description. |
Properties
property Value: Cardinal read FValue; |
|
The sequence start value. |
Generated by PasDoc 0.16.0-snapshot.