C# Class FSO.SimAntics.NetPlay.Model.Commands.VMNetEODMessageCmd

Inheritance: FSO.SimAntics.NetPlay.Model.VMNetCommandBodyAbstract
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
BinData byte[]
Binary bool
EventName string
PluginID uint
TextData string
Verified bool

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm, VMAvatar caller ) : bool
SerializeInto ( BinaryWriter writer ) : void
Verify ( VM vm, VMAvatar caller ) : bool

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Execute() public méthode

public Execute ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
Résultat bool

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Verify() public méthode

public Verify ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
Résultat bool

Property Details

BinData public_oe property

public byte[] BinData
Résultat byte[]

Binary public_oe property

public bool Binary
Résultat bool

EventName public_oe property

public string EventName
Résultat string

PluginID public_oe property

public uint PluginID
Résultat uint

TextData public_oe property

public string TextData
Résultat string

Verified public_oe property

public bool Verified
Résultat bool