template <>
class WireWeakAsyncBufferClientImpl
Defined at line 10165 of file fidling/gen/sdk/fidl/fuchsia.virtualization.hardware/fuchsia.virtualization.hardware/cpp/fidl/fuchsia.virtualization.hardware/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_virtualization_hardware::VirtioNet::ConfigureQueue> ConfigureQueue (uint16_t queue, uint16_t size, uint64_t desc, uint64_t avail, uint64_t used)
Configure a `queue` for the device. This specifies the `size` and the
guest physical addresses of the queue: `desc`, `avail`, and `used`.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_virtualization_hardware::VirtioNet::Ready> Ready (uint32_t negotiated_features)
Ready a device. This provides the set of `negotiated_features` that the
driver and device have agreed upon.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_virtualization_hardware::VirtioNet::Start> Start (::fuchsia_virtualization_hardware::wire::StartInfo && start_info, const ::fuchsia_net::wire::MacAddress & mac_address, bool enable_bridge)
Start the net device.
Caller provides the backing storage for FIDL message.