C# 클래스 MissionPlanner.Utilities.adsb

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
server string
serverport int

공개 메소드들

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

비공개 메소드들

메소드 설명
ReadLine ( Stream st1 ) : string
TryConnect ( ) : void

메소드 상세

ConvertHexStringToByteArray() 공개 정적인 메소드

public static ConvertHexStringToByteArray ( string hexString ) : byte[]
hexString string
리턴 byte[]

ReadMessage() 공개 정적인 메소드

Beast Binary data Format
public static ReadMessage ( byte data ) : Plane
data byte
리턴 Plane

ReadMessage() 공개 정적인 메소드

AVR ASCii Format Input
public static ReadMessage ( string avrline ) : Plane
avrline string
리턴 Plane

ReadMessage() 공개 정적인 메소드

public static ReadMessage ( Stream st1 ) : void
st1 Stream
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

adsb() 공개 메소드

public adsb ( ) : System
리턴 System

프로퍼티 상세

server 공개적으로 정적으로 프로퍼티

public static string server
리턴 string

serverport 공개적으로 정적으로 프로퍼티

public static int serverport
리턴 int