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

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

Méthodes publiques

Свойство Type Description
ResponseCode byte
ResponseText string

Méthodes publiques

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

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 ) : bool
vm VM
Résultat bool

SerializeInto() public méthode

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

Property Details

ResponseCode public_oe property

public byte ResponseCode
Résultat byte

ResponseText public_oe property

public string ResponseText
Résultat string