template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fuchsia_net_tun::wire::MacState, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_tun::wire::MacState>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_tun::wire::InternalState> & mac (First && first, Args &&... args_)

State associated with Mac Address filtering.

Devices never perform any MAC address filtering, but they implement the

[`fuchsia.hardware.network/MacAddressing`] interface and store the

values to be retrieved through the [`fuchsia.net.tun/InternalState`]

structure.

Set iff `mac` is provided in the [`DevicePortConfig`] or

[`DevicePairPortConfig`] structures upon creation of the port.

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

Friends

template <>
class InternalState