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
class function FromPingValues(Seq1: Cardinal; Seq2: Cardinal): TPingSequenceStart; static; |
|
class function Generate: TPingSequenceStart; static; |
|
class operator Implicit(SequenceStart: TPingSequenceStart): Cardinal; |
Properties
property Value: Cardinal read FValue; |
|
property Seq1: Cardinal read FSeq1; |
|
property Seq2: Cardinal read FSeq2; |
Description
Methods
class function FromPingValues(Seq1: Cardinal; Seq2: Cardinal): TPingSequenceStart; static; |
|
Creates an instance of
Parameters
See also
|
class function Generate: TPingSequenceStart; static; |
|
Creates an instance of ReturnsAn instance of |
class operator Implicit(SequenceStart: TPingSequenceStart): Cardinal; |
|
This item has no description. |
Properties
property Value: Cardinal read FValue; |
|
The sequence start value. |
property Seq1: Cardinal read FSeq1; |
|
The seq1 short value sent with the CONNECTION_PLAYER server packet. See also
|
property Seq2: Cardinal read FSeq2; |
|
The seq2 char value sent with the CONNECTION_PLAYER server packet. See also
|
Generated by PasDoc 0.16.0-snapshot.