C# Class MissionPlanner.Utilities.adsb

Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
server string
serverport int

Méthodes publiques

Méthode Description
ConvertHexStringToByteArray ( string hexString ) : byte[]
ReadMessage ( byte data ) : Plane

Beast Binary data Format

ReadMessage ( string avrline ) : Plane

AVR ASCii Format Input

ReadMessage ( Stream st1 ) : void
Stop ( ) : void
adsb ( ) : System

Private Methods

Méthode Description
ReadLine ( Stream st1 ) : string
TryConnect ( ) : void

Method Details

ConvertHexStringToByteArray() public static méthode

public static ConvertHexStringToByteArray ( string hexString ) : byte[]
hexString string
Résultat byte[]

ReadMessage() public static méthode

Beast Binary data Format
public static ReadMessage ( byte data ) : Plane
data byte
Résultat Plane

ReadMessage() public static méthode

AVR ASCii Format Input
public static ReadMessage ( string avrline ) : Plane
avrline string
Résultat Plane

ReadMessage() public static méthode

public static ReadMessage ( Stream st1 ) : void
st1 Stream
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void

adsb() public méthode

public adsb ( ) : System
Résultat System

Property Details

server public_oe static_oe property

public static string server
Résultat string

serverport public_oe static_oe property

public static int serverport
Résultat int