C# 클래스 NetLib.PacketBicycleCommand

상속: Packet
파일 보기 프로젝트 열기: projectgroepA1/ProjectgroepA1 1 사용 예제들

공개 메소드들

메소드 설명
PacketBicycleCommand ( string command, int id ) : System
handleClientSide ( ClientInterface clientInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

메소드 상세

PacketBicycleCommand() 공개 메소드

public PacketBicycleCommand ( string command, int id ) : System
command string
id int
리턴 System

handleClientSide() 공개 메소드

public handleClientSide ( ClientInterface clientInterface ) : void
clientInterface ClientInterface
리턴 void

handleServerSide() 공개 메소드

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
리턴 void