template <>

class WireTableBuilder

Defined at line 788 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_hardware_network::wire::RxAcceleration>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_hardware_network::wire::RxAcceleration>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_network_driver::wire::DeviceImplInfo> & rx_accel (First && first, Args &&... args_)

Available Rx acceleration flags for this device, as defined in

[`fuchsia.hardware.network/RxAcceleration`].

`rx_accel` maps the `RX_ACCEL_*` flags in the frame descriptors with

semantic acceleration features described by `RxAcceleration`. Position

`n` of `rx_accel` conveys the meaning of the `RX_ACCEL_n` flag.

Required.

Defined at line 806 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_hardware_network::wire::TxAcceleration>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_hardware_network::wire::TxAcceleration>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_network_driver::wire::DeviceImplInfo> & tx_accel (First && first, Args &&... args_)

Available tx acceleration flags for this device, as defined in

[`fuchsia.hardware.network/TxAcceleration`].

`tx_accel` maps the `TX_ACCEL_*` flags in the frame descriptors with

semantic acceleration features described by `TxAcceleration`. Position

`n` of `tx_accel` conveys the meaning of the `TX_ACCEL_n` flag.

Required.

Defined at line 824 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/wire_types.h

Friends

template <>
class DeviceImplInfo