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

GetConfigValuesCommand instructs the device to return its current configuration values. This is the request in a RESTful pattern.
Inheritance: JetstreamRequest
Mostrar archivo Open project: tersosolutions/JetstreamSDK-.NET Class Usage Examples

Public Methods

Method Description
GetConfigValuesCommandRequest ( ) : System

Default ctor

Private Methods

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

Method Details

GetConfigValuesCommandRequest() public method

Default ctor
public GetConfigValuesCommandRequest ( ) : System
return System