C# 클래스 ApexLumia.Habitat

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

공개 메소드들

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

메소드 상세

Habitat() 공개 메소드

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
리턴 System

uploadTelemetry() 공개 메소드

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