template <>
class WireWeakOnewayClientImpl
Defined at line 1881 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus ConnectToDeviceFidl (::zx::channel && server)
Connect to the underlying device's FIDL protocol.
This connection will not be multiplexed with fuchsia.device.Controller
or fuchsia.io.Node.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus ConnectToController (::fidl::ServerEnd< ::fuchsia_device::Controller> && server)
Connect to the same Controller FIDL protocol.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.