class BaseDeviceConfig

Defined at line 569 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

Base device configuration.

Public Methods

void BaseDeviceConfig ()

Defined at line 571 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

void BaseDeviceConfig (const BaseDeviceConfig & other)

Defined at line 572 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

void BaseDeviceConfig (BaseDeviceConfig && other)

Defined at line 574 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_net_tun::wire::BaseDeviceConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_net_tun::wire::BaseDeviceConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::BaseDeviceConfig>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

bool & report_metadata ()

Report frame metadata on receiving frames.

If not set, Interpreted as `false`.

bool has_report_metadata ()
uint32_t & min_tx_buffer_length ()

Minimum requested TX buffer length, in bytes.

If not set, interpreted as zero.

bool has_min_tx_buffer_length ()
uint32_t & min_rx_buffer_length ()

Minimum requested RX buffer length, in bytes.

If not set, interpreted as zero.

bool has_min_rx_buffer_length ()
BaseDeviceConfig & operator= (const BaseDeviceConfig & other)

Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

BaseDeviceConfig & operator= (BaseDeviceConfig && other)

Defined at line 575 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

BaseDeviceConfig & set_report_metadata (bool elem)
BaseDeviceConfig & clear_report_metadata ()
BaseDeviceConfig & set_min_tx_buffer_length (uint32_t elem)
BaseDeviceConfig & clear_min_tx_buffer_length ()
BaseDeviceConfig & set_min_rx_buffer_length (uint32_t elem)
BaseDeviceConfig & clear_min_rx_buffer_length ()
void BaseDeviceConfig (::fidl::AnyArena & allocator)
void BaseDeviceConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::BaseDeviceConfig>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::BaseDeviceConfig>> && frame_ptr)
void ~BaseDeviceConfig ()

Defined at line 577 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder