Searched refs:iothub_client (Results 1 – 3 of 3) sorted by relevance
/NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
D | sample_azure_iot_embedded_sdk.c | 39 NX_AZURE_IOT_HUB_CLIENT iothub_client; member 49 #define iothub_client client.iothub_client macro 330 if ((status = sample_initialize_iothub(&iothub_client))) in sample_entry() 335 …else if ((sample_connection_status = nx_azure_iot_hub_client_connect(&iothub_client, NX_TRUE, NX_W… in sample_entry() 396 …sample_connection_monitor(ip_ptr, &iothub_client, sample_connection_status, sample_initialize_ioth… in sample_entry() 402 nx_azure_iot_hub_client_deinitialize(&iothub_client); in sample_entry() 527 …if ((status = nx_azure_iot_hub_client_telemetry_message_create(&iothub_client, &packet_ptr, NX_WAI… in sample_telemetry_thread_entry() 556 if (nx_azure_iot_hub_client_telemetry_send(&iothub_client, packet_ptr, in sample_telemetry_thread_entry() 590 …if ((status = nx_azure_iot_hub_client_cloud_message_receive(&iothub_client, &packet_ptr, NX_WAIT_F… in sample_c2d_thread_entry() 596 if ((status = nx_azure_iot_hub_client_cloud_message_property_get(&iothub_client, packet_ptr, in sample_c2d_thread_entry() [all …]
|
D | sample_azure_iot_embedded_sdk_pnp.c | 55 NX_AZURE_IOT_HUB_CLIENT iothub_client; member 65 #define iothub_client client.iothub_client macro 1044 sample_connected_action(&iothub_client); in sample_entry() 1049 sample_periodic_action(&iothub_client); in sample_entry() 1054 sample_telemetry_action(&iothub_client); in sample_entry() 1059 sample_command_action(&iothub_client); in sample_entry() 1064 sample_properties_receive_action(&iothub_client); in sample_entry() 1069 sample_writable_properties_receive_action(&iothub_client); in sample_entry() 1074 sample_reported_properties_send_action(&iothub_client); in sample_entry() 1078 …sample_connection_monitor(ip_ptr, &iothub_client, sample_connection_status, sample_initialize_ioth… in sample_entry() [all …]
|
/NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
D | azure_rtos_iot_hub_client_properties.md | 294 while ((status = nx_azure_iot_hub_client_properties_component_property_next_get(&iothub_client,
|