class ClientImplBase

Defined at line 157 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/client_details.h

|ClientImplBase| stores the core state for client messaging

implementations that use |ClientBase|, and where the message encoding buffers

are managed internally by the implementation.

Public Methods

void ClientImplBase (ClientBase * client_base)

Defined at line 159 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/client_details.h

Protected Methods

ClientBase * _client_base ()

Used by implementations to access the transport, hence prefixed with an

underscore to avoid the unlikely event of a name collision.

Defined at line 164 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/client_details.h