Enum Status
- Namespace
- nanoFramework.Azure.Devices.Client
- Assembly
- nanoFramework.Azure.Devices.Client.dll
Azure IoT Hub status.
public enum Status
Fields
Connected = 0
Connection happened.
DirectMethodCalled = 12
A direct method has been called.
Disconnected = 1
Disconnection happened.
InternalError = 10
Internal SDK error.
IoTHubError = 6
IoT Hub Error.
IoTHubHighlightInformation = 9
IoT Hub Highlight Information.
IoTHubInformation = 8
IoT Hub Information.
IoTHubWarning = 7
IoT Hub Warning.
MessageReceived = 11
Message received.
TwinReceived = 4
Twin received.
TwinUpdateError = 3
Error updating the twins.
TwinUpdateReceived = 5
Twin update received.
TwinUpdated = 2
Twin has been updated.