Record TPingSequenceStart

Unit

Declaration

type TPingSequenceStart = record

Description

A class representing the sequence start value sent with the CONNECTION_PLAYER server packet.

See also
TConnectionPlayerServerPacket
Ping request

Overview

Methods

Public class function FromPingValues(Seq1: Cardinal; Seq2: Cardinal): TPingSequenceStart; static;
Public class function Generate: TPingSequenceStart; static;
Public class operator Implicit(SequenceStart: TPingSequenceStart): Cardinal;

Properties

Public property Value: Cardinal read FValue;
Public property Seq1: Cardinal read FSeq1;
Public property Seq2: Cardinal read FSeq2;

Description

Methods

Public class function FromPingValues(Seq1: Cardinal; Seq2: Cardinal): TPingSequenceStart; static;

Creates an instance of TPingSequenceStart from the values sent with the CONNECTION_PLAYER server packet.

Parameters
Seq1
The seq1 short value sent with the CONNECTION_PLAYER server packet
Seq2
The seq2 char value sent with the CONNECTION_PLAYER server packet
See also
TConnectionPlayerServerPacket.Seq1
Note
Value range is 0-64008
TConnectionPlayerServerPacket.Seq2
Note
Value range is 0-252
Public class function Generate: TPingSequenceStart; static;

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

Returns

An instance of TPingSequenceStart

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

This item has no description.

Properties

Public property Value: Cardinal read FValue;

The sequence start value.

Public property Seq1: Cardinal read FSeq1;

The seq1 short value sent with the CONNECTION_PLAYER server packet.

See also
TConnectionPlayerServerPacket.Seq1
Note
Value range is 0-64008
Public property Seq2: Cardinal read FSeq2;

The seq2 char value sent with the CONNECTION_PLAYER server packet.

See also
TConnectionPlayerServerPacket.Seq2
Note
Value range is 0-252

Generated by PasDoc 0.16.0-snapshot.