Interface IWelcomeAgreeClientPacketFileTypeDataEsf
Unit
Declaration
type IWelcomeAgreeClientPacketFileTypeDataEsf = interface(IWelcomeAgreeClientPacketFileTypeData)
Description
Data associated with IWelcomeAgreeClientPacket.FileType
value 4
.
Hierarchy
- IInterface
- IWelcomeAgreeClientPacketFileTypeData
- IWelcomeAgreeClientPacketFileTypeDataEsf
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetFileId: Cardinal; |
|
procedure SetFileId(FileId: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property FileId: Cardinal read GetFileId write SetFileId; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetFileId: Cardinal; |
|
This item has no description. |
procedure SetFileId(FileId: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
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.