C# 클래스 SimTelemetry.Data.Net.TelemetryNetwork

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

공개 메소드들

메소드 설명
AbortClient ( ) : void
AbortServer ( ) : void
ConfigureClient ( string ip, string sPort ) : void
ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void
TelemetryNetwork ( ) : System

비공개 메소드들

메소드 설명
FireChange ( ) : void
FireError ( string sError ) : void

메소드 상세

AbortClient() 공개 메소드

public AbortClient ( ) : void
리턴 void

AbortServer() 공개 메소드

public AbortServer ( ) : void
리턴 void

ConfigureClient() 공개 메소드

public ConfigureClient ( string ip, string sPort ) : void
ip string
sPort string
리턴 void

ConfigureServer() 공개 메소드

public ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void
sPort string
sClients string
iBandwidth int
리턴 void

TelemetryNetwork() 공개 메소드

public TelemetryNetwork ( ) : System
리턴 System