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

DeviceSpecificCommand instructs the device to execute one of its custom commands. A DeviceDefinition may have custom commands that are only applicable to it. This class creates the request.
Inheritance: JetstreamRequest
Datei anzeigen Open project: tersosolutions/JetstreamSDK-.NET

Public Methods

Method Description
CreateParametersStrategy ( ) : string

abstract strategy design patter for creating the device specific command parameters for the url

Private Methods

Method Description
BuildUri ( string baseUri, string accesskey ) : string

Implemented a

Method Details

CreateParametersStrategy() public abstract method

abstract strategy design patter for creating the device specific command parameters for the url
public abstract CreateParametersStrategy ( ) : string
return string