You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-csharp-csharp-c2d.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ This tutorial builds on [Send telemetry from a device to an IoT hub](quickstart-
27
27
28
28
* Receive cloud-to-device messages on a device.
29
29
30
-
* From your solution back end, request delivery acknowledgement (*feedback*) for messages sent to a device from IoT Hub.
30
+
* From your solution back end, request delivery acknowledgment (*feedback*) for messages sent to a device from IoT Hub.
31
31
32
32
You can find more information on cloud-to-device messages in [D2C and C2D Messaging with IoT Hub](iot-hub-devguide-messaging.md).
33
33
34
34
At the end of this tutorial, you run two .NET console apps.
35
35
36
36
***SimulatedDevice**, a modified version of the app created in [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-dotnet.md), which connects to your IoT hub and receives cloud-to-device messages.
37
37
38
-
***SendCloudToDevice**, which sends a cloud-to-device message to the device app through IoT Hub, and then receives its delivery acknowledgement.
38
+
***SendCloudToDevice**, which sends a cloud-to-device message to the device app through IoT Hub, and then receives its delivery acknowledgment.
39
39
40
40
> [!NOTE]
41
41
> IoT Hub has SDK support for many device platforms and languages (including C, Java, and Javascript) through [Azure IoT device SDKs](iot-hub-devguide-sdks.md). For step-by-step instructions on how to connect your device to this tutorial's code, and generally to Azure IoT Hub, see the [IoT Hub developer guide](iot-hub-devguide.md).
@@ -166,7 +166,7 @@ Now you write a .NET console app that sends cloud-to-device messages to the devi
166
166
167
167
## Receive delivery feedback
168
168
169
-
Itispossibletorequestdelivery (orexpiration) acknowledgementsfromIoTHubforeachcloud-to-devicemessage. Thisoptionenablesthesolutionbackendtoeasilyinformretryorcompensationlogic. Formoreinformationaboutcloud-to-devicefeedback, see [D2CandC2DMessagingwithIoTHub](iot-hub-devguide-messaging.md).
169
+
Itispossibletorequestdelivery (orexpiration) acknowledgmentsfromIoTHubforeachcloud-to-devicemessage. Thisoptionenablesthesolutionbackendtoeasilyinformretryorcompensationlogic. Formoreinformationaboutcloud-to-devicefeedback, see [D2CandC2DMessagingwithIoTHub](iot-hub-devguide-messaging.md).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-ios-swift-c2d.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ This tutorial shows you how to:
21
21
22
22
* Receive cloud-to-device messages on a device.
23
23
24
-
* From your solution back end, request delivery acknowledgement (*feedback*) for messages sent to a device from IoT Hub.
24
+
* From your solution back end, request delivery acknowledgment (*feedback*) for messages sent to a device from IoT Hub.
25
25
26
26
You can find more information on cloud-to-device messages in the [messaging section of the IoT Hub developer guide](iot-hub-devguide-messaging.md).
27
27
28
28
At the end of this article, you run two Swift iOS projects:
29
29
30
30
***sample-device**, the same app created in [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-ios.md), which connects to your IoT hub and receives cloud-to-device messages.
31
31
32
-
***sample-service**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgement.
32
+
***sample-service**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgment.
33
33
34
34
> [!NOTE]
35
35
> IoT Hub has SDK support for many device platforms and languages (including C, Java, and Javascript) through Azure IoT device SDKs. For step-by-step instructions on how to connect your device to this tutorial's code, and generally to Azure IoT Hub, see the [Azure IoT Developer Center](https://www.azure.com/develop/iot).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-java-java-c2d.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ This tutorial builds on [Send telemetry from a device to an IoT hub](quickstart-
25
25
26
26
* Receive cloud-to-device messages on a device.
27
27
28
-
* From your solution back end, request delivery acknowledgement (*feedback*) for messages sent to a device from IoT Hub.
28
+
* From your solution back end, request delivery acknowledgment (*feedback*) for messages sent to a device from IoT Hub.
29
29
30
30
You can find more information on [cloud-to-device messages in the IoT Hub developer guide](iot-hub-devguide-messaging.md).
31
31
32
32
At the end of this tutorial, you run two Java console apps:
33
33
34
34
***simulated-device**, a modified version of the app created in [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-java.md), which connects to your IoT hub and receives cloud-to-device messages.
35
35
36
-
***send-c2d-messages**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgement.
36
+
***send-c2d-messages**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgment.
37
37
38
38
> [!NOTE]
39
39
> IoT Hub has SDK support for many device platforms and languages (including C, Java, and Javascript) through Azure IoT device SDKs. For step-by-step instructions on how to connect your device to this tutorial's code, and generally to Azure IoT Hub, see the [Azure IoT Developer Center](https://azure.microsoft.com/develop/iot).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-node-node-c2d.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ This tutorial builds on [Send telemetry from a device to an IoT hub](quickstart-
25
25
26
26
* From your solution back end, send cloud-to-device messages to a single device through IoT Hub.
27
27
* Receive cloud-to-device messages on a device.
28
-
* From your solution back end, request delivery acknowledgement (*feedback*) for messages sent to a device from IoT Hub.
28
+
* From your solution back end, request delivery acknowledgment (*feedback*) for messages sent to a device from IoT Hub.
29
29
30
30
You can find more information on cloud-to-device messages in the [IoT Hub developer guide](iot-hub-devguide-messaging.md).
31
31
32
32
At the end of this tutorial, you run two Node.js console apps:
33
33
34
34
***SimulatedDevice**, a modified version of the app created in [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-node.md), which connects to your IoT hub and receives cloud-to-device messages.
35
35
36
-
***SendCloudToDeviceMessage**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgement.
36
+
***SendCloudToDeviceMessage**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgment.
37
37
38
38
> [!NOTE]
39
39
> IoT Hub has SDK support for many device platforms and languages (including C, Java, and Javascript) through Azure IoT device SDKs. For step-by-step instructions on how to connect your device to this tutorial's code, and generally to Azure IoT Hub, see the [Azure IoT Developer Center](https://azure.microsoft.com/develop/iot).
Copy file name to clipboardExpand all lines: articles/iot-hub/iot-hub-python-python-c2d.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ This tutorial builds on [Send telemetry from a device to an IoT hub](quickstart-
27
27
28
28
* Receive cloud-to-device messages on a device.
29
29
30
-
* From your solution back end, request delivery acknowledgement (*feedback*) for messages sent to a device from IoT Hub.
30
+
* From your solution back end, request delivery acknowledgment (*feedback*) for messages sent to a device from IoT Hub.
31
31
32
32
You can find more information on cloud-to-device messages in the [IoT Hub developer guide](iot-hub-devguide-messaging.md).
33
33
34
34
At the end of this tutorial, you run two Python console apps:
35
35
36
36
***SimulatedDevice.py**, a modified version of the app created in [Send telemetry from a device to an IoT hub](quickstart-send-telemetry-python.md), which connects to your IoT hub and receives cloud-to-device messages.
37
37
38
-
***SendCloudToDeviceMessage.py**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgement.
38
+
***SendCloudToDeviceMessage.py**, which sends a cloud-to-device message to the simulated device app through IoT Hub, and then receives its delivery acknowledgment.
39
39
40
40
> [!NOTE]
41
41
> IoT Hub has SDK support for many device platforms and languages (including C, Java, and Javascript) through Azure IoT device SDKs. For step-by-step instructions on how to connect your device to this tutorial's code, and generally to Azure IoT Hub, see the [Azure IoT Developer Center](https://www.azure.com/develop/iot).
0 commit comments