class DirReceiver
Defined at line 13520 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
A receiver is served by components and allows them to receive directory channels
framework.
Public Members
static const char[] Name_
Public Methods
void ~DirReceiver ()
void Receive (::fuchsia::component::sandbox::DirReceiverReceiveRequest DirReceiverReceiveRequest)
Sends a directory channel to this receiver.
The server should implement this method by forwarding `channel` to a vfs instance
of the language appropriate `vfs` library.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class DirReceiver_Stub