Searched refs:property_name_length (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_hub_client_properties.h | 150 … const UCHAR *property_name_ptr, UINT property_name_length,
|
D | nx_azure_iot_hub_client_properties.c | 73 … const UCHAR *property_name_ptr, UINT property_name_length, in nx_azure_iot_hub_client_reported_properties_status_begin() argument 84 (property_name_length == 0) ) in nx_azure_iot_hub_client_reported_properties_status_begin() 90 property_name = az_span_create((UCHAR *)property_name_ptr, (INT)property_name_length); in nx_azure_iot_hub_client_reported_properties_status_begin()
|
D | nx_azure_iot_hub_client.h | 453 … const UCHAR *property_name, USHORT property_name_length, 541 … USHORT property_name_length, const UCHAR **property_value,
|
D | nx_azure_iot_hub_client.c | 1138 … const UCHAR *property_name, USHORT property_name_length, in nx_azure_iot_hub_client_telemetry_property_add() argument 1164 status = nx_packet_data_append(packet_ptr, (VOID *)property_name, (UINT)property_name_length, in nx_azure_iot_hub_client_telemetry_property_add() 1519 … USHORT property_name_length, const UCHAR **property_value, in nx_azure_iot_hub_client_cloud_message_property_get() argument 1565 span = az_span_create((UCHAR *)property_name, property_name_length); in nx_azure_iot_hub_client_cloud_message_property_get()
|
/NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
D | azure_rtos_iot_hub_client_properties.md | 107 UINT property_name_length, 174 | property_name_length [in] | Length of `property_name_ptr`. |
|
D | azure_rtos_iot_hub_client.md | 653 … const UCHAR *property_name, USHORT property_name_length, 667 | property_name_length [in] | Length of property name. | 849 … const UCHAR *property_name, USHORT property_name_length, 863 | property_name_length [in] | Property name length. |
|