C# 클래스 FSO.SimAntics.NetPlay.Model.Commands.VMNetAsyncResponseCmd

For asynchronous events, such as transactions, inventory access and plugins. Updates the state for a thread waiting on an asynchronous response, usually waking it up. CANNOT be sent by clients. Must be sent to server. The intention is for the async state updates being sent to the SimAntics VM are run at the same time on both the client and server VMs.
상속: FSO.SimAntics.NetPlay.Model.VMNetCommandBodyAbstract
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
ID short
State FSO.SimAntics.Model.TSOPlatform.VMAsyncState

공개 메소드들

메소드 설명
Deserialize ( BinaryReader reader ) : void
Execute ( VM vm ) : bool
SerializeInto ( BinaryWriter writer ) : void
VMNetAsyncResponseCmd ( ) : System
VMNetAsyncResponseCmd ( short id, VMAsyncState state ) : System

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Execute() 공개 메소드

public Execute ( VM vm ) : bool
vm VM
리턴 bool

SerializeInto() 공개 메소드

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

VMNetAsyncResponseCmd() 공개 메소드

public VMNetAsyncResponseCmd ( ) : System
리턴 System

VMNetAsyncResponseCmd() 공개 메소드

public VMNetAsyncResponseCmd ( short id, VMAsyncState state ) : System
id short
state FSO.SimAntics.Model.TSOPlatform.VMAsyncState
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public short ID
리턴 short

State 공개적으로 프로퍼티

public VMAsyncState,FSO.SimAntics.Model.TSOPlatform State
리턴 FSO.SimAntics.Model.TSOPlatform.VMAsyncState