// C++ types for AVSController API.
// Generated automatically from 'IAVSClient.h'. DO NOT EDIT.

// Note: This code is inherently not thread safe. If required, proper synchronisation must be added.

#pragma once

#include <core/JSON.h>
#include <interfaces/IAVSClient.h>

namespace Thunder {

namespace JsonData {

    PUSH_WARNING(DISABLE_WARNING_TYPE_LIMITS)

    namespace AVSController {

        // Method params/result classes
        //

    } // namespace AVSController

    POP_WARNING()

} // namespace JsonData

// Enum conversion handlers
ENUM_CONVERSION_HANDLER(Exchange::IAVSController::INotification::dialoguestate)

}

