template <>
class WireTableBuilder
Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/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::wire::DeviceBaseInfo> & rx_accel (First && first, Args &&... args_)
Available rx acceleration flags for this device.
`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.
Interpreted as empty if not provided.
Defined at line 803 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/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::wire::DeviceBaseInfo> & tx_accel (First && first, Args &&... args_)
Available tx acceleration flags for this device.
`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.
Interpreted as empty if not provided.
Defined at line 822 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_types.h
Friends
template <>
class DeviceBaseInfo