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

Inheritance: FSO.SimAntics.NetPlay.Model.VMNetCommandBodyAbstract
Show file 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 property

public byte[] BinData
return byte[]

Binary public property

public bool Binary
return bool

EventName public property

public string EventName
return string

PluginID public property

public uint PluginID
return uint

TextData public property

public string TextData
return string

Verified public property

public bool Verified
return bool