C# Class DeviceHive.DeviceCommand

Show file Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
command string
flags int
id string
lifetime int
parameters System.Collections.Hashtable
result string
status string
timestamp string
userId int

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

command public property

Command name
public string command
return string

flags public property

Command flags
public int flags
return int

id public property

Command ID
Created and returned by server.
public string id
return string

lifetime public property

Command life time
public int lifetime
return int

parameters public property

Table of command parameters
public Hashtable,System.Collections parameters
return System.Collections.Hashtable

result public property

Command result
public string result
return string

status public property

Command status
public string status
return string

timestamp public property

Timestamp of a command.
Caller can specify the timestamp when getting or polling commands.
public string timestamp
return string

userId public property

UserId of creator of the command.
public int userId
return int