C# Class pcRobot.Services.ThingSpeak

Afficher le fichier Open project: myrobots/MyRobots.com

Méthodes publiques

Свойство Type Description
APIKey string
Url string

Méthodes publiques

Méthode Description
SendDataToThingSpeak ( string field1, string field2, string field3, string field4, string field5, string field6, string field7, string field8, Int16 &TSResponse ) : System.Boolean
UpdateThingSpeakLocation ( string TSLat, string TSLong, string TSElevation, Int16 &TSResponse ) : System.Boolean
UpdateThingkSpeakStatus ( string status, Int16 &TSResponse ) : System.Boolean

Private Methods

Méthode Description
PostToThingSpeak ( string QueryString ) : string

Method Details

SendDataToThingSpeak() public static méthode

public static SendDataToThingSpeak ( string field1, string field2, string field3, string field4, string field5, string field6, string field7, string field8, Int16 &TSResponse ) : System.Boolean
field1 string
field2 string
field3 string
field4 string
field5 string
field6 string
field7 string
field8 string
TSResponse System.Int16
Résultat System.Boolean

UpdateThingSpeakLocation() public static méthode

public static UpdateThingSpeakLocation ( string TSLat, string TSLong, string TSElevation, Int16 &TSResponse ) : System.Boolean
TSLat string
TSLong string
TSElevation string
TSResponse System.Int16
Résultat System.Boolean

UpdateThingkSpeakStatus() public static méthode

public static UpdateThingkSpeakStatus ( string status, Int16 &TSResponse ) : System.Boolean
status string
TSResponse System.Int16
Résultat System.Boolean

Property Details

APIKey public_oe static_oe property

public static string APIKey
Résultat string

Url public_oe static_oe property

public static string Url
Résultat string