blob: e555c0a2380fda5a7e5a0d685d58b5edc6cc5a84 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <lib/fidl/cpp/wire/internal/transport.h>
#include <lib/fidl/cpp/wire/unknown_interactions.h>
namespace test_driverhandle {
class DriverProtocol final {
DriverProtocol() = delete;
public:
using Transport = ::fidl::internal::DriverTransport;
static constexpr ::fidl::internal::Openness kOpenness = ::fidl::internal::Openness::kClosed;
};
class HandlesInProtocol final {
HandlesInProtocol() = delete;
public:
using Transport = ::fidl::internal::DriverTransport;
static constexpr ::fidl::internal::Openness kOpenness = ::fidl::internal::Openness::kClosed;
class SendHandles final {
SendHandles() = delete;
public:
using Protocol = ::test_driverhandle::HandlesInProtocol;
static constexpr bool kHasClientToServer = true;
static constexpr bool kHasClientToServerBody = true;
static constexpr bool kHasServerToClient = false;
static constexpr bool kHasServerToClientBody = false;
static constexpr bool kHasNonEmptyUserFacingResponse = false;
static constexpr bool kHasDomainError = false;
static constexpr bool kHasFrameworkError = false;
};
};
} // namespace test_driverhandle
namespace fidl {
template <>
struct IsProtocol<::test_driverhandle::DriverProtocol> : public std::true_type {};
template <>
struct IsProtocol<::test_driverhandle::HandlesInProtocol> : public std::true_type {};
} // namespace fidl