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

Inheritance: FSO.SimAntics.NetPlay.Model.VMNetCommandBodyAbstract
Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
BinData byte[]
Binary bool
EventName string
PluginID uint
TextData string
Verified bool

Public Methods

Method 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 method

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

Execute() public method

public Execute ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
return bool

SerializeInto() public method

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Verify() public method

public Verify ( VM vm, VMAvatar caller ) : bool
vm VM
caller VMAvatar
return bool

Property Details

BinData public_oe property

public byte[] BinData
return byte[]

Binary public_oe property

public bool Binary
return bool

EventName public_oe property

public string EventName
return string

PluginID public_oe property

public uint PluginID
return uint

TextData public_oe property

public string TextData
return string

Verified public_oe property

public bool Verified
return bool