class DataVmo

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

A VMO that can be used for data-plane operations.

Public Methods

void DataVmo ()

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

void DataVmo (const DataVmo & other)

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

bool has_id ()
DataVmo & operator= (const DataVmo & other)

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

void DataVmo (DataVmo && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_hardware_network::wire::DataVmo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_network::wire::DataVmo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::DataVmo>> frame)

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

uint8_t & id ()
DataVmo & operator= (DataVmo && other)

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

::zx::vmo & vmo ()
bool has_vmo ()
uint16_t & num_rx_buffers ()

Netdevice needs this information to decide when to safely unregister and

decommit.

bool has_num_rx_buffers ()
DataVmo & set_id (uint8_t elem)
DataVmo & clear_id ()
DataVmo & set_vmo (::zx::vmo elem)
DataVmo & clear_vmo ()
DataVmo & set_num_rx_buffers (uint16_t elem)
DataVmo & clear_num_rx_buffers ()
void DataVmo (::fidl::AnyArena & allocator)
void DataVmo (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_network::wire::DataVmo>> && 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_hardware_network::wire::DataVmo>> && frame_ptr)
void ~DataVmo ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder