Property | Type | Description | |
---|---|---|---|
altitude | string | ||
callsign | string | ||
latitude | string | ||
longitude | string | ||
sentenceData | List |
||
sentence_id | int |
Method | Description | |
---|---|---|
Sentence ( string _callsign, int _sentence_id, string _latitude, string _longitude, string _altitude ) : System | ||
compileSentence ( ) : bool | ||
logSentence ( ) : void |
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 | |
return | System |