C# Class ApexLumia.Habitat

Afficher le fichier Open project: ApexHAB/apex-lumia Class Usage Examples

Méthodes publiques

Méthode Description
Habitat ( string dburl, string dbname, string callsign ) : System

Constructor: Get stuff ready for interacting with Habitat.

uploadTelemetry ( string fullsentence ) : void

Upload a new telemetry_doc to Habitat.

Method Details

Habitat() public méthode

Constructor: Get stuff ready for interacting with Habitat.
public Habitat ( string dburl, string dbname, string callsign ) : System
dburl string The URL of CouchDB
dbname string The habitat database name
callsign string The callsign of the phone
Résultat System

uploadTelemetry() public méthode

Upload a new telemetry_doc to Habitat.
public uploadTelemetry ( string fullsentence ) : void
fullsentence string The full, UKHAS style sentence ($$BLA,,,,,*CHECKSUM)
Résultat void