C# 클래스 ApexLumia.Sentence

파일 보기 프로젝트 열기: ApexHAB/apex-lumia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
altitude string
callsign string
latitude string
longitude string
sentenceData List
sentence_id int

공개 메소드들

메소드 설명
Sentence ( string _callsign, int _sentence_id, string _latitude, string _longitude, string _altitude ) : System
compileSentence ( ) : bool
logSentence ( ) : void

메소드 상세

Sentence() 공개 메소드

public Sentence ( string _callsign, int _sentence_id, string _latitude, string _longitude, string _altitude ) : System
_callsign string
_sentence_id int
_latitude string
_longitude string
_altitude string
리턴 System

compileSentence() 공개 메소드

public compileSentence ( ) : bool
리턴 bool

logSentence() 공개 메소드

public logSentence ( ) : void
리턴 void

프로퍼티 상세

altitude 공개적으로 프로퍼티

public string altitude
리턴 string

callsign 공개적으로 프로퍼티

public string callsign
리턴 string

latitude 공개적으로 프로퍼티

public string latitude
리턴 string

longitude 공개적으로 프로퍼티

public string longitude
리턴 string

sentenceData 공개적으로 프로퍼티

public List sentenceData
리턴 List

sentence_id 공개적으로 프로퍼티

public int sentence_id
리턴 int