C# Class HexapiBackground.NtripClient

Mostrar archivo Open project: Slimordium/Hexapi_Hexapod

Public Methods

Method Description
Dispose ( ) : void
NtripClient ( string userName, string password, string ntripIpAddress, int ntripPort, string ntripMountPoint ) : System
Start ( ) : void

Private Methods

Method Description
Close ( ) : void
Connect ( ) : void
CreateRequest ( ) : byte[]
E_Completed ( object sender, SocketAsyncEventArgs e ) : void
ToBase64 ( string str ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

NtripClient() public method

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

Start() public method

public Start ( ) : void
return void