Record TInitSequenceStart
Unit
Declaration
type TInitSequenceStart = record
Description
A class representing the sequence start value sent with the INIT_INIT server packet.
See also
- TInitInitServerPacket
- Reply to connection initialization and requests for unencrypted data.
Overview
Methods
class function FromInitValues(Seq1: Cardinal; Seq2: Cardinal): TInitSequenceStart; static; |
|
class function Generate: TInitSequenceStart; static; |
|
class operator Implicit(SequenceStart: TInitSequenceStart): Cardinal; |
Properties
property Value: Cardinal read FValue; |
|
property Seq1: Cardinal read FSeq1; |
|
property Seq2: Cardinal read FSeq2; |
Description
Methods
class function FromInitValues(Seq1: Cardinal; Seq2: Cardinal): TInitSequenceStart; static; |
|
Creates an instance of
Parameters
See also
|
class function Generate: TInitSequenceStart; static; |
|
Creates an instance of ReturnsAn instance of |
class operator Implicit(SequenceStart: TInitSequenceStart): Cardinal; |
|
This item has no description. |
Properties
property Value: Cardinal read FValue; |
|
The sequence start value. |
property Seq1: Cardinal read FSeq1; |
|
The seq1 byte value sent with the INIT_INIT server packet. See also
|
property Seq2: Cardinal read FSeq2; |
|
The seq2 byte value sent with the INIT_INIT server packet. See also
|
Generated by PasDoc 0.16.0-snapshot.