Class TWelcomeAgreeClientPacketFileTypeDataEsf
Unit
Declaration
type TWelcomeAgreeClientPacketFileTypeDataEsf = class(TInterfacedObject, IWelcomeAgreeClientPacketFileTypeData, IWelcomeAgreeClientPacketFileTypeDataEsf)
Description
Data associated with IWelcomeAgreeClientPacket.FileType
value 4
.
Hierarchy
- TInterfacedObject
- TWelcomeAgreeClientPacketFileTypeDataEsf
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetFileId: Cardinal; |
![]() |
procedure SetFileId(FileId: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TWelcomeAgreeClientPacketFileTypeDataEsf; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property FileId: Cardinal read GetFileId write SetFileId; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetFileId: Cardinal; |
This item has no description. |
![]() |
procedure SetFileId(FileId: Cardinal); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TWelcomeAgreeClientPacketFileTypeDataEsf; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property FileId: Cardinal read GetFileId write SetFileId; |
|
Generated by PasDoc 0.16.0-snapshot.