template <>
class Server
Defined at line 203 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_messaging.h
Public Methods
void RoundTrip (RoundTripRequest & request, RoundTripCompleter::Sync & completer)
[`RoundTrip`] exercises sending a complex data structure back and forth.
void Server ()
Defined at line 206 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_messaging.h
void TryRoundTrip (TryRoundTripRequest & request, TryRoundTripCompleter::Sync & completer)
[`TryRoundTrip`] tests API and handling of the error syntax.
void OneWay (OneWayRequest & request, OneWayCompleter::Sync & completer)
[`OneWay`] tests one way calls.
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~Server ()
Defined at line 207 of file fidling/gen/sdk/lib/fidl/cpp/tests/integration/fidl.cpp.wire.interop.test/cpp/fidl/fidl.cpp.wire.interop.test/cpp/natural_messaging.h