C# Class MissionPlanner.Comms.CommsNTRIP

Inheritance: CommsBase, ICommsSerial, IDisposable
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
alt double
client System.Net.Sockets.TcpClient
lat double
lng double

Méthodes publiques

Méthode Description
Close ( ) : void
CommsNTRIP ( ) : System
DiscardInBuffer ( ) : void
Dispose ( ) : void
Open ( ) : void
Read ( byte readto, int offset, int length ) : int
ReadByte ( ) : int
ReadChar ( ) : int
ReadExisting ( ) : string
ReadLine ( ) : string
Write ( byte write, int offset, int length ) : void
Write ( string line ) : void
WriteLine ( string line ) : void
toggleDTR ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetChecksum ( string sentence ) : string
TcpKeepAlive ( bool On_Off, uint KeepaLiveTime, uint KeepaLiveInterval ) : byte[]
VerifyConnected ( ) : void
doConnect ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CommsNTRIP() public méthode

public CommsNTRIP ( ) : System
Résultat System

DiscardInBuffer() public méthode

public DiscardInBuffer ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

Read() public méthode

public Read ( byte readto, int offset, int length ) : int
readto byte
offset int
length int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadChar() public méthode

public ReadChar ( ) : int
Résultat int

ReadExisting() public méthode

public ReadExisting ( ) : string
Résultat string

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

Write() public méthode

public Write ( byte write, int offset, int length ) : void
write byte
offset int
length int
Résultat void

Write() public méthode

public Write ( string line ) : void
line string
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void

toggleDTR() public méthode

public toggleDTR ( ) : void
Résultat void

Property Details

alt public_oe property

public double alt
Résultat double

client public_oe property

public TcpClient,System.Net.Sockets client
Résultat System.Net.Sockets.TcpClient

lat public_oe property

public double lat
Résultat double

lng public_oe property

public double lng
Résultat double