| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.deps.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected TwinStatus |
RegisterManagerParser.status
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TwinStatus |
TwinParser.getStatus()
Deprecated.
Getter for device status
|
static TwinStatus |
TwinStatus.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TwinStatus[] |
TwinStatus.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RegisterManagerParser.setStatus(TwinStatus status,
String statusReason)
Deprecated.
|
String |
TwinParser.updateDeviceManager(String deviceId,
TwinStatus status,
String statusReason)
Deprecated.
Update the device manager information in the collection, and return a string with a json that contains a
the new device manager description, including new and old values.
|
protected void |
RegisterManagerParser.validateDeviceManager(String deviceId,
TwinStatus status,
String statusReason)
Deprecated.
|
Copyright © 2019. All rights reserved.