Searched refs:out_twin_response (Results 1 – 1 of 1) sorted by relevance
2925 az_iot_hub_client_twin_response out_twin_response; in nx_azure_iot_hub_client_device_twin_parse() local2931 topic_span, &out_twin_response); in nx_azure_iot_hub_client_device_twin_parse()2937 if (version_ptr != NX_NULL && az_span_ptr(out_twin_response.version)) in nx_azure_iot_hub_client_device_twin_parse()2939 core_result = az_span_atou32(out_twin_response.version, &version); in nx_azure_iot_hub_client_device_twin_parse()2948 if (az_span_ptr(out_twin_response.request_id)) in nx_azure_iot_hub_client_device_twin_parse()2950 core_result = az_span_atou32(out_twin_response.request_id, &request_id); in nx_azure_iot_hub_client_device_twin_parse()2964 …ype_ptr = nx_azure_iot_hub_client_properties_message_type_get((UINT)out_twin_response.response_typ… in nx_azure_iot_hub_client_device_twin_parse()2970 *status_ptr = (UINT)out_twin_response.status; in nx_azure_iot_hub_client_device_twin_parse()