Interface IInitInitServerPacketReplyCodeDataMapMutation
Unit
Declaration
type IInitInitServerPacketReplyCodeDataMapMutation = interface(IInitInitServerPacketReplyCodeData)
Description
Data associated with IInitInitServerPacket.ReplyCode value 10.
Hierarchy
- IInterface
- IInitInitServerPacketReplyCodeData
- IInitInitServerPacketReplyCodeDataMapMutation
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetMapFile: IMapFile; |
![]() |
procedure _SetMapFile(MapFile: IMapFile); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property MapFile: IMapFile read _GetMapFile write _SetMapFile; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. Attributes
| |
![]() |
function _GetMapFile: IMapFile; |
|
This item has no description. | |
![]() |
procedure _SetMapFile(MapFile: IMapFile); |
|
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 MapFile: IMapFile read _GetMapFile write _SetMapFile; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.
