Method | Description | |
---|---|---|
BeginSendAggregateEvent ( TersoSolutions.Jetstream.SDK.Device.AggregateEvent request, AsyncCallback callback, Object state ) : IAsyncResult |
IAsyncResult pattern to async send the AggregateEvent
|
|
BeginSendCommandCompletionEvent ( TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendGetCommandsRequest ( GetCommandsRequest request, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendGetDateTimeRequest ( AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendHeartbeatEvent ( TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendLogEntryEvent ( TersoSolutions.Jetstream.SDK.Device.LogEntryEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendObjectEvent ( TersoSolutions.Jetstream.SDK.Device.ObjectEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginSendSensorReadingEvent ( TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
EndSendAggregateEvent ( IAsyncResult result ) : void | ||
EndSendCommandCompletionEvent ( IAsyncResult result ) : void | ||
EndSendGetCommandsRequest ( IAsyncResult result ) : |
||
EndSendGetDateTimeRequest ( IAsyncResult result ) : DateTime | ||
EndSendHeartbeatEvent ( IAsyncResult result ) : void | ||
EndSendLogEntryEvent ( IAsyncResult result ) : void | ||
EndSendObjectEvent ( IAsyncResult result ) : void | ||
EndSendSensorReadingEvent ( IAsyncResult result ) : void | ||
JetstreamDeviceServiceClient ( string deviceWebServerUrl, string deviceAccessKey ) : System |
Constructor for the device service client
|
|
SendAggregateEvent ( TersoSolutions.Jetstream.SDK.Device.AggregateEvent request ) : void |
Send an aggregate event to the Jetstream Device Webserver
|
|
SendCommandCompletionEvent ( TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent request ) : void |
Send a CommandCompletionEvent to the Jetstream Device Webserver
|
|
SendGetCommandsRequest ( GetCommandsRequest request ) : |
Send a GetCommandsRequest to the Jetstream Device Webserver
|
|
SendGetDateTimeRequest ( ) : DateTime |
Send a SendGetDateTimeRequest to the Jetstream Device Webserver
|
|
SendHeartbeatEvent ( TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent request ) : void |
Send a HeartbeatEvent to the Jetstream Device Webserver
|
|
SendLogEntryEvent ( TersoSolutions.Jetstream.SDK.Device.LogEntryEvent request ) : void |
Send a LogEntryEvent to the Jetstream Device Webserver
|
|
SendObjectEvent ( TersoSolutions.Jetstream.SDK.Device.ObjectEvent request ) : void |
Send an ObjectEvent to the Jestream Device Webserver
|
|
SendSensorReadingEvent ( TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent request ) : void |
Send a SensorReadingEvent ot the Jetstream Device Webserver
|
Method | Description | |
---|---|---|
AddCmdToUrl ( string actualUrl, string commandName ) : string | ||
ChangeDatesToUtc ( string message, string dateTimeAttributes, string nameSpace ) : string | ||
SendMessageToJetStream ( string message ) : string | ||
SendMessageToJetStream ( string commandName, string message ) : string |
public BeginSendAggregateEvent ( TersoSolutions.Jetstream.SDK.Device.AggregateEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.AggregateEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendCommandCompletionEvent ( TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendGetCommandsRequest ( GetCommandsRequest request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | GetCommandsRequest | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendGetDateTimeRequest ( AsyncCallback callback, Object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendHeartbeatEvent ( TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendLogEntryEvent ( TersoSolutions.Jetstream.SDK.Device.LogEntryEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.LogEntryEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendObjectEvent ( TersoSolutions.Jetstream.SDK.Device.ObjectEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.ObjectEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginSendSensorReadingEvent ( TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent request, AsyncCallback callback, Object state ) : IAsyncResult | ||
request | TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public EndSendAggregateEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndSendCommandCompletionEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndSendGetCommandsRequest ( IAsyncResult result ) : |
||
result | IAsyncResult | |
return |
public EndSendGetDateTimeRequest ( IAsyncResult result ) : DateTime | ||
result | IAsyncResult | |
return | DateTime |
public EndSendHeartbeatEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndSendLogEntryEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndSendObjectEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public EndSendSensorReadingEvent ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public JetstreamDeviceServiceClient ( string deviceWebServerUrl, string deviceAccessKey ) : System | ||
deviceWebServerUrl | string | |
deviceAccessKey | string | |
return | System |
public SendAggregateEvent ( TersoSolutions.Jetstream.SDK.Device.AggregateEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.AggregateEvent | The AggregateEvent request |
return | void |
public SendCommandCompletionEvent ( TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.CommandCompletionEvent | The CommandCompletionEvent |
return | void |
public SendGetCommandsRequest ( GetCommandsRequest request ) : |
||
request | GetCommandsRequest | The GetCommandsRequest request |
return |
public SendHeartbeatEvent ( TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.HeartbeatEvent | The HeartbeatEvent |
return | void |
public SendLogEntryEvent ( TersoSolutions.Jetstream.SDK.Device.LogEntryEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.LogEntryEvent | The LogEntryEvent request |
return | void |
public SendObjectEvent ( TersoSolutions.Jetstream.SDK.Device.ObjectEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.ObjectEvent | The ObjectEvent |
return | void |
public SendSensorReadingEvent ( TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent request ) : void | ||
request | TersoSolutions.Jetstream.SDK.Device.SensorReadingEvent | The SensorReadingEvent |
return | void |