C# 클래스 HexapiBackground.NtripClient

파일 보기 프로젝트 열기: Slimordium/Hexapi_Hexapod

공개 메소드들

메소드 설명
Dispose ( ) : void
NtripClient ( string userName, string password, string ntripIpAddress, int ntripPort, string ntripMountPoint ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
CreateRequest ( ) : byte[]
E_Completed ( object sender, SocketAsyncEventArgs e ) : void
ToBase64 ( string str ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NtripClient() 공개 메소드

public NtripClient ( string userName, string password, string ntripIpAddress, int ntripPort, string ntripMountPoint ) : System
userName string
password string
ntripIpAddress string
ntripPort int
ntripMountPoint string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void