class DeviceConfig

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

Public Methods

void DeviceConfig ()

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

void DeviceConfig (const DeviceConfig & other)

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

void DeviceConfig (DeviceConfig && other)

Defined at line 2137 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::DeviceConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

::fuchsia_net_tun::wire::BaseDeviceConfig & base ()

Base device configuration.

It not set, interpreted as an empty table.

bool has_base ()
bool & blocking ()

If `true`, [`fuchsia.net.tun/Device.WriteFrame`] and

[`fuchsia.net.tun/Device.ReadFrame`] blocks returning until the

corresponding buffers are available to complete the call.

It not set, interpreted as `false`.

bool has_blocking ()
DeviceConfig & operator= (const DeviceConfig & other)

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

DeviceConfig & operator= (DeviceConfig && other)

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

DeviceConfig & set_base (::fidl::ObjectView< ::fuchsia_net_tun::wire::BaseDeviceConfig> elem)
DeviceConfig & set_base (std::nullptr_t )
DeviceConfig & clear_base ()
void ~DeviceConfig ()

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

template <typename... Args>
DeviceConfig & set_base (::fidl::AnyArena & allocator, Args &&... args)

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

DeviceConfig & set_blocking (bool elem)
DeviceConfig & clear_blocking ()
void DeviceConfig (::fidl::AnyArena & allocator)
void DeviceConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::DeviceConfig>> && 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::DeviceConfig>> && frame_ptr)

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder