template <>

class WireServer

Defined at line 2328 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_messaging.h

Pure-virtual interface to be implemented by a server.

This interface uses typed channels (i.e. |::fidl::ClientEnd

<

::fidl_clientsuite::ClosedTarget>|

and |::fidl::ServerEnd

<

::fidl_clientsuite::ClosedTarget>|).

Public Methods

void TwoWayNoPayload (TwoWayNoPayloadCompleter::Sync & completer)
void TwoWayStructPayload (TwoWayStructPayloadCompleter::Sync & completer)
void TwoWayTablePayload (TwoWayTablePayloadCompleter::Sync & completer)
void TwoWayUnionPayload (TwoWayUnionPayloadCompleter::Sync & completer)
void TwoWayStructPayloadErr (TwoWayStructPayloadErrCompleter::Sync & completer)
void TwoWayStructRequest (::fidl_clientsuite::wire::NonEmptyPayload * request, TwoWayStructRequestCompleter::Sync & completer)
void TwoWayTableRequest (::fidl_clientsuite::wire::TablePayload * request, TwoWayTableRequestCompleter::Sync & completer)
void TwoWayUnionRequest (::fidl_clientsuite::wire::UnionPayload * request, TwoWayUnionRequestCompleter::Sync & completer)
void OneWayNoRequest (OneWayNoRequestCompleter::Sync & completer)
void OneWayStructRequest (::fidl_clientsuite::wire::NonEmptyPayload * request, OneWayStructRequestCompleter::Sync & completer)
void OneWayTableRequest (::fidl_clientsuite::wire::TablePayload * request, OneWayTableRequestCompleter::Sync & completer)
void OneWayUnionRequest (::fidl_clientsuite::wire::UnionPayload * request, OneWayUnionRequestCompleter::Sync & completer)
void WireServer ()

Defined at line 2331 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_messaging.h

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 ~WireServer ()

Defined at line 2332 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_messaging.h