C# Class DeviceHive.DeviceEquipment

Show file Open project: devicehive/devicehive-.net-mf

Public Properties

Property Type Description
name string
parameters System.Collections.Hashtable
timestamp string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

name public property

Command name
public string name
return string

parameters public property

Name-value array of parameters
public Hashtable,System.Collections parameters
return System.Collections.Hashtable

timestamp public property

Timestamp of the command
Created by server.
public string timestamp
return string