C# Класс HexapiBackground.Gps.Ntrip.NtripClient

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NtripClient ( string ntripIpAddress, int ntripPort, string ntripMountPoint, string userName, string password, SparkFunSerial16X2Lcd display ) : System

Приватные методы

Метод Описание
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

Описание методов

NtripClient() публичный Метод

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
Результат System