class Receiver

Defined at line 13623 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 channels

from the framework.

Public Members

static const char[] Name_

Public Methods

void ~Receiver ()
void Receive (::zx::channel channel)

Sends a channel to this receiver.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class Receiver_Stub