Table of Contents

Class ConnectorState

Namespace
nanoFramework.Aws.IoTCore.Devices
Assembly
nanoFramework.Aws.IoTCore.Devices.dll

Connection status.

public class ConnectorState
Inheritance
ConnectorState
Inherited Members
Extension Methods

Constructors

ConnectorState()

Default constructor.

public ConnectorState()

Properties

Message

The associated message if any.

public string Message { get; set; }

Property Value

string

State

The status.

public ConnectorStateMessage State { get; set; }

Property Value

ConnectorStateMessage