C# 클래스 UDPClient.Worker

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

공개 메소드들

메소드 설명
DoWork ( ) : void
GetRX ( ) : int
GetTX ( ) : int
Init ( String sServer, int iPort, byte byData, int iSleep, int iIDThread, bool bVideo, int iMode ) : void
RequestStop ( ) : void
StartStop ( bool bStart ) : void

메소드 상세

DoWork() 공개 메소드

public DoWork ( ) : void
리턴 void

GetRX() 공개 메소드

public GetRX ( ) : int
리턴 int

GetTX() 공개 메소드

public GetTX ( ) : int
리턴 int

Init() 공개 메소드

public Init ( String sServer, int iPort, byte byData, int iSleep, int iIDThread, bool bVideo, int iMode ) : void
sServer String
iPort int
byData byte
iSleep int
iIDThread int
bVideo bool
iMode int
리턴 void

RequestStop() 공개 메소드

public RequestStop ( ) : void
리턴 void

StartStop() 공개 메소드

public StartStop ( bool bStart ) : void
bStart bool
리턴 void