C# Class HexapiBackground.Gps.Ntrip.NtripClient

ファイルを表示 Open project: Slimordium/Hexapi_Hexapod Class Usage Examples

Public Methods

Method Description
NtripClient ( string ntripIpAddress, int ntripPort, string ntripMountPoint, string userName, string password, SparkFunSerial16X2Lcd display ) : System

Private Methods

Method Description
CreateAuthRequest ( ) : byte[]
InitializeAsync ( ) : System.Threading.Tasks.Task
ReadCompletedHandler ( object sender, SocketAsyncEventArgs e ) : void
ReadData ( ) : void
StartAsync ( ) : System.Threading.Tasks.Task

Authenticates and starts the transfer

ToBase64 ( string str ) : string

Method Details

NtripClient() public method

public NtripClient ( string ntripIpAddress, int ntripPort, string ntripMountPoint, string userName, string password, SparkFunSerial16X2Lcd display ) : System
ntripIpAddress string
ntripPort int
ntripMountPoint string
userName string
password string
display HexapiBackground.Hardware.SparkFunSerial16X2Lcd
return System