C# Class DeviceHive.CommandStatus

Datei anzeigen Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
result string
status string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

result public_oe property

Command result string. It is a free text message.
public string result
return string

status public_oe property

Command status string. Should be equal to either Completed or Failed constant.
public string status
return string