Property | Type | Description | |
---|---|---|---|
alt | double | ||
client | |||
lat | double | ||
lng | double |
Method | 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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetChecksum ( string sentence ) : string | ||
TcpKeepAlive ( bool On_Off, uint KeepaLiveTime, uint KeepaLiveInterval ) : byte[] | ||
VerifyConnected ( ) : void | ||
doConnect ( ) : void |
public Read ( byte readto, int offset, int length ) : int | ||
readto | byte | |
offset | int | |
length | int | |
return | int |
public Write ( byte write, int offset, int length ) : void | ||
write | byte | |
offset | int | |
length | int | |
return | void |
public TcpClient,System.Net.Sockets client | ||
return |