C# Class pcRobot.Services.ThingSpeak

Datei anzeigen Open project: myrobots/MyRobots.com

Public Properties

Property Type Description
APIKey string
Url string

Public Methods

Method 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

Method Description
PostToThingSpeak ( string QueryString ) : string

Method Details

SendDataToThingSpeak() public static method

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
return System.Boolean

UpdateThingSpeakLocation() public static method

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

UpdateThingkSpeakStatus() public static method

public static UpdateThingkSpeakStatus ( string status, Int16 &TSResponse ) : System.Boolean
status string
TSResponse System.Int16
return System.Boolean

Property Details

APIKey public_oe static_oe property

public static string APIKey
return string

Url public_oe static_oe property

public static string Url
return string