C# Class HexapiBackground.NtripClient

Afficher le fichier Open project: Slimordium/Hexapi_Hexapod

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NtripClient() public méthode

public NtripClient ( string userName, string password, string ntripIpAddress, int ntripPort, string ntripMountPoint ) : System
userName string
password string
ntripIpAddress string
ntripPort int
ntripMountPoint string
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void