C# 클래스 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.
상속: JetstreamRequest
파일 보기 프로젝트 열기: tersosolutions/JetstreamSDK-.NET

공개 메소드들

메소드 설명
CreateParametersStrategy ( ) : string

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

비공개 메소드들

메소드 설명
BuildUri ( string baseUri, string accesskey ) : string

Implemented a

메소드 상세

CreateParametersStrategy() 공개 추상적인 메소드

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