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
Afficher le fichier Open project: tersosolutions/JetstreamSDK-.NET

Méthodes publiques

Méthode Description
CreateParametersStrategy ( ) : string

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

Private Methods

Méthode Description
BuildUri ( string baseUri, string accesskey ) : string

Implemented a

Method Details

CreateParametersStrategy() public abstract méthode

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