C# 클래스 HexapiBackground.Gps.Ntrip.NtripClient

파일 보기 프로젝트 열기: Slimordium/Hexapi_Hexapod 1 사용 예제들

공개 메소드들

메소드 설명
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