template <typename Derived>

struct ChannelHandleStorageBase

Defined at line 153 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport_channel.h

Base class with common functionality for handle storage classes backing

messages read from a Zircon channel. After receiving a message, handle

storage is no longer required after decoding; hence handles can be allocated

with a shorter lifetime.

Public Methods

ChannelMessageStorageView view (fidl::BufferSpan bytes)

Defined at line 154 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/transport_channel.h