C# 클래스 Commands.CommandHandler

파일 보기 프로젝트 열기: uiacm/tower_creator 1 사용 예제들

공개 메소드들

메소드 설명
RecieveCommand ( Stream stream ) : Command

Recieves the command on the stream

SendCommand ( Stream stream, Command command ) : void

Sends a command over the stream

메소드 상세

RecieveCommand() 공개 정적인 메소드

Recieves the command on the stream
public static RecieveCommand ( Stream stream ) : Command
stream Stream
리턴 Command

SendCommand() 공개 정적인 메소드

Sends a command over the stream
public static SendCommand ( Stream stream, Command command ) : void
stream Stream
command Command
리턴 void