blob: 249cb9d2e2469044b2c94e1114ae9a9b9b1b68c5 [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_placementofattributes {
class ExampleProtocol final {
ExampleProtocol() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
static constexpr ::fidl::internal::Openness kOpenness = ::fidl::internal::Openness::kClosed;
class Method final {
Method() = delete;
public:
using Protocol = ::test_placementofattributes::ExampleProtocol;
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_placementofattributes
namespace fidl {
template <>
struct IsProtocol<::test_placementofattributes::ExampleProtocol> : public std::true_type {};
} // namespace fidl