Table of Contents

Class IoTHubStatus

Namespace
nanoFramework.Azure.Devices.Client
Assembly
nanoFramework.Azure.Devices.Client.dll

Azure IoT Hub status.

public class IoTHubStatus
Inheritance
IoTHubStatus
Inherited Members
Extension Methods

Constructors

IoTHubStatus()

Default constructor.

public IoTHubStatus()

Properties

Message

The associated message if any.

public string Message { get; set; }

Property Value

string

Status

The status.

public Status Status { get; set; }

Property Value

Status