template <>
class WireSyncClientImpl
Defined at line 517 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_network::DeviceInstance>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus GetDevice (::fidl::ServerEnd< ::fuchsia_hardware_network::Device> && device)
Connects to the [`Device`] implementation.
+ request `device` device handle.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.