Searched refs:property (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client_properties.md | 5 <div style="text-align: right">Append the necessary characters to a reported property JSON payload … 58 <div style="text-align: right">Append the necessary characters to end a reported property JSON payl… 100 <div style="text-align: right"> Begin a property response payload with confirmation status.</div> 115 <p>This API should be used in response to an incoming writable property. More details can be found 135 <p>To send a status for a property belonging to a component, first call the 173 | property_name_ptr [in] | A pointer to property name. | 176 | version [in] | The version of the property the application is acknowledging. | 197 <div style="text-align: right">End a property response payload with confirmation status.</div> 206 <p>This routine ends the property response payload.</p> 237 <div style="text-align: right">Get the property version</div> [all …]
|
| D | azure_rtos_iot_json.md | 401 * NX_AZURE_IOT_READER_TOKEN_PROPERTY_NAME The token kind is a JSON property name. 518 <div style="text-align: right">Appends the UTF-8 property name and value where value is int32</div> 528 <p>Appends the UTF-8 property name and value where value is int32.</p> 534 | property_name [in] | The UTF-8 encoded property name of the JSON value to be written. The name i… 539 * NX_AZURE_IOT_SUCCESS The property name and int32 value was appended successfully. 553 <div style="text-align: right">Appends the UTF-8 property name and value where value is double</div> 563 <p>Appends the UTF-8 property name and value where value is double.</p> 569 | property_name [in] | The UTF-8 encoded property name of the JSON value to be written. The name i… 575 * NX_AZURE_IOT_SUCCESS The property name and double value was appended successfully. 589 <div style="text-align: right">Appends the UTF-8 property name and value where value is boolean</di… [all …]
|
| D | azure_rtos_iot_hub_client.md | 650 <div style="text-align: right"> Adds property to telemetry message</div> 661 … properties are stored in the sequence which the routine is called. The property must be added aft… 667 | packet_ptr [in] | A pointer to telemetry property packet. | 668 | property_name [in] | Pointer to property name. | 669 | property_name_length [in] | Length of property name. | 670 | property_value [in] | Pointer to property value. | 671 | property_value_length [in] | Length of property value. | 676 * NX_AZURE_IOT_SUCCESS Successful if property is added. 677 * NX_AZURE_IOT_INVALID_PARAMETER Fail to add property due to invalid parameter. 678 * NX_NO_PACKET Fail to add property due to no available packet in pool. [all …]
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | c2d_unit_test.c | 256 PROPERTY property = {property_name, 10, property_value, 10}; in property_payload_test() local 269 length = &property.name_length; in property_payload_test() 270 property.value_length = 10; in property_payload_test() 278 length = &property.value_length; in property_payload_test() 279 property.name_length = 10; in property_payload_test() 288 property.name_length = 10; in property_payload_test() 289 property.value_length = 10; in property_payload_test() 300 …construct_c2d_packet(&packet_ptr, &property, 1, message_payload, message_payload_length, packet_of… in property_payload_test() 313 memset(result_buffer, property.value_length, 0); in property_payload_test() 315 … property.name, property.name_length, in property_payload_test() [all …]
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | README.md | 151 …property with the field name `targetTemperature` and the `double` value for the desired temperatur…
|
| /NetX-Duo-v6.2.1/test/cmake/azure_iot/ |
| D | CMakeLists.txt | 44 # Set property for folder
|