File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
nanoFramework.Aws.IoTCore.Devices Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ namespace nanoFramework.Aws.IoTCore.Devices
1919 /// </summary>
2020 /// <remarks>
2121 /// Further documentation:
22- /// <a href="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
23- /// <a href="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
24- /// <a href="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
25- /// <remarks>
22+ /// <see href="https://github.com/aws/aws-sdk-net/blob/master/sdk/src/Services/IotData/Generated/_netstandard/AmazonIotDataClient.cs"/>
23+ /// <see href="https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/src"/>
24+ /// <see href="https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html"/>
25+ /// </ remarks>
2626 public class MqttConnectionClient : IDisposable
2727 {
2828 /// <summary>
@@ -86,6 +86,8 @@ public enum QoSLevel
8686 /// </summary>
8787 public event CloudToDeviceMessage CloudToDeviceMessage ;
8888
89+ internal MqttConnectionClient ( ) { } //Required by IDisposable.
90+
8991
9092 /// <summary>
9193 /// Creates an <see cref="MqttConnectionClient"/> class.
You can’t perform that action at this time.
0 commit comments