class DevicePairConfig
Defined at line 2349 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
Public Methods
void DevicePairConfig ()
Defined at line 2351 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
void DevicePairConfig (const DevicePairConfig & other)
Defined at line 2352 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
void DevicePairConfig (DevicePairConfig && other)
Defined at line 2354 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::DevicePairConfig> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_net_tun::wire::DevicePairConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::DevicePairConfig>> 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 & fallible_transmit_left ()
If `true`, transmit buffers on the left end are dropped if no
receive buffers are available on the right end to receive it.
Otherwise, transmit buffers wait until a receive buffer is
available to copy them to.
It not set, interpreted as `false`.
bool has_fallible_transmit_left ()
bool & fallible_transmit_right ()
Like `fallible_transmit_left` but allows writes to the right end
to be fallible.
It not set, interpreted as `false`.
bool has_fallible_transmit_right ()
DevicePairConfig & operator= (const DevicePairConfig & other)
Defined at line 2353 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
DevicePairConfig & operator= (DevicePairConfig && other)
Defined at line 2355 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
DevicePairConfig & set_base (::fidl::ObjectView< ::fuchsia_net_tun::wire::BaseDeviceConfig> elem)
DevicePairConfig & set_base (std::nullptr_t )
DevicePairConfig & clear_base ()
void ~DevicePairConfig ()
Defined at line 2357 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
template <typename... Args>
DevicePairConfig & set_base (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 2401 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_types.h
DevicePairConfig & set_fallible_transmit_left (bool elem)
DevicePairConfig & clear_fallible_transmit_left ()
DevicePairConfig & set_fallible_transmit_right (bool elem)
DevicePairConfig & clear_fallible_transmit_right ()
void DevicePairConfig (::fidl::AnyArena & allocator)
void DevicePairConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_tun::wire::DevicePairConfig>> && 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::DevicePairConfig>> && frame_ptr)
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder