/* Codes_SRS_IOTHUB_MQTT_WEBSOCKET_TRANSPORT_07_002: [ IoTHubTransportMqtt_WS_Destroy shall destroy the TRANSPORT_LL_HANDLE by calling into the IoTHubMqttAbstract_Destroy function. ] */ static void IoTHubTransportMqtt_WS_Destroy(TRANSPORT_LL_HANDLE handle) { IoTHubTransport_MQTT_Common_Destroy(handle); }
static void IoTHubTransportMqtt_Destroy(TRANSPORT_LL_HANDLE handle) { /* Codes_SRS_IOTHUB_MQTT_TRANSPORT_07_002: [ IoTHubTransportMqtt_Destroy shall destroy the TRANSPORT_LL_HANDLE by calling into the IoTHubMqttAbstract_Destroy function. ] */ IoTHubTransport_MQTT_Common_Destroy(handle); }