template <>

class WireWeakOnewayBufferClientImpl

Defined at line 1934 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.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus ConnectToController (::fidl::ServerEnd< ::fuchsia_device::Controller> && server)

Connect to the same Controller FIDL protocol.

Caller provides the backing storage for FIDL message.