C# Class TersoSolutions.Jetstream.SDK.Application.Model.AddLogicalDeviceResponse

AddLogicalDevice adds a device to Jetstream making it ready for your commands and pushing events. AddLogicalDevice also insulates your application from hardware maintenance and replacements by mapping the device's serial number to your application identifier. Response object for the Jetstream AddLogicalDevice ReST endpoint.
Inheritance: JetstreamResponse
Show file Open project: tersosolutions/JetstreamSDK-.NET