| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | namespace Azure.Iot.Hub.Service |
| | | 5 | | { |
| | | 6 | | /// <summary> |
| | | 7 | | /// C2D Messages Client place holder |
| | | 8 | | /// </summary> |
| | | 9 | | public class CloudToDeviceMessagesClient |
| | | 10 | | { |
| | | 11 | | /// <summary> |
| | | 12 | | /// place holder |
| | | 13 | | /// </summary> |
| | | 14 | | #pragma warning disable AZC0007 // DO provide a minimal constructor that takes only the parameters required to connect t |
| | 76 | 15 | | public CloudToDeviceMessagesClient() |
| | | 16 | | #pragma warning restore AZC0007 // DO provide a minimal constructor that takes only the parameters required to connect t |
| | | 17 | | { |
| | | 18 | | |
| | 76 | 19 | | } |
| | | 20 | | } |
| | | 21 | | } |