C# Class DeviceHive.DeviceCommand

Afficher le fichier Open project: devicehive/devicehive-.net-mf Class Usage Examples

Méthodes publiques

Свойство Type Description
command string
flags int
id string
lifetime int
parameters System.Collections.Hashtable
result string
status string
timestamp string
userId int

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

command public_oe property

Command name
public string command
Résultat string

flags public_oe property

Command flags
public int flags
Résultat int

id public_oe property

Command ID
Created and returned by server.
public string id
Résultat string

lifetime public_oe property

Command life time
public int lifetime
Résultat int

parameters public_oe property

Table of command parameters
public Hashtable,System.Collections parameters
Résultat System.Collections.Hashtable

result public_oe property

Command result
public string result
Résultat string

status public_oe property

Command status
public string status
Résultat string

timestamp public_oe property

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

userId public_oe property

UserId of creator of the command.
public int userId
Résultat int