template <>
class WireServer
Defined at line 1340 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_tpm::Provision>|
and |::fidl::ServerEnd
<
::fuchsia_tpm::Provision>|).
Public Methods
void IsOwned (IsOwnedCompleter::Sync & completer)
Returns the OwnershipStatus of the TPM.
void TakeOwnership (::fuchsia_tpm::wire::ProvisionTakeOwnershipRequest * request, TakeOwnershipCompleter::Sync & completer)
TakeOwnership is a one time setup call that is required on operating
system install or after a factory reset.
void WireServer ()
Defined at line 1343 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/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 1344 of file fidling/gen/sdk/fidl/fuchsia.tpm/fuchsia.tpm/cpp/fidl/fuchsia.tpm/cpp/wire_messaging.h