Home
last modified time | relevance | path

Searched refs:property_name_length (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.h150 … const UCHAR *property_name_ptr, UINT property_name_length,
Dnx_azure_iot_hub_client_properties.c73 … 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()
Dnx_azure_iot_hub_client.h453 … const UCHAR *property_name, USHORT property_name_length,
541 … USHORT property_name_length, const UCHAR **property_value,
Dnx_azure_iot_hub_client.c1138 … 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/
Dazure_rtos_iot_hub_client_properties.md107 UINT property_name_length,
174 | property_name_length [in] | Length of `property_name_ptr`. |
Dazure_rtos_iot_hub_client.md653 … 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. |