Table of Contents

Class CloudToDeviceMessageEventArgs

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

The device message event arguments.

public class CloudToDeviceMessageEventArgs : EventArgs
Inheritance
CloudToDeviceMessageEventArgs
Inherited Members
Extension Methods

Constructors

CloudToDeviceMessageEventArgs(string, string)

Constructor for device message event arguments.

public CloudToDeviceMessageEventArgs(string message, string topic)

Parameters

message string

The string message.

topic string

The topic that the message was received.

Properties

Message

The message.

public string Message { get; set; }

Property Value

string

Topic

The Topic.

public string Topic { get; set; }

Property Value

string