blob: 5c35d94ad893cd2337f94f2a7793b28b35bc4288 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/transport.h>
namespace test_driveroneway {
class OneWay final {
OneWay() = delete;
public:
using Transport = ::fidl::internal::DriverTransport;
class Send final {
Send() = delete;
public:
using Protocol = ::test_driveroneway::OneWay;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
};
} // namespace test_driveroneway