C# 클래스 NetLib.PacketSession

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

공개 메소드들

메소드 설명
PacketSession ( string actualPower, string time, string distance, Identifier identifier ) : System
handleServerSide ( ServerInterface serverInterface ) : void

메소드 상세

PacketSession() 공개 메소드

public PacketSession ( string actualPower, string time, string distance, Identifier identifier ) : System
actualPower string
time string
distance string
identifier Identifier
리턴 System

handleServerSide() 공개 메소드

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