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

Public class function FromValue(Value: Cardinal): TAccountReplySequenceStart; static;
Public class function Generate: TAccountReplySequenceStart; static;
Public class operator Implicit(SequenceStart: TAccountReplySequenceStart): Cardinal;

Properties

Public property Value: Cardinal read FValue;

Description

Methods

Public class function FromValue(Value: Cardinal): TAccountReplySequenceStart; static;

Creates an instance of TAccountReplySequenceStart from the value sent with the ACCOUNT_REPLY server packet.

Parameters
Value
The sequence_start char value sent with the ACCOUNT_REPLY server packet
See also
TAccountReplyServerPacketReplyCodeDataDefault.SequenceStart
Note
Value range is 0-252
Public class function Generate: TAccountReplySequenceStart; static;

Creates an instance of TAccountReplySequenceStart with a random value in the range (0-240).

Returns

An instance of TAccountReplySequenceStart

Public class operator Implicit(SequenceStart: TAccountReplySequenceStart): Cardinal;

This item has no description.

Properties

Public property Value: Cardinal read FValue;

The sequence start value.


Generated by PasDoc 0.16.0-snapshot.