class DataPlaneExtension

Defined at line 1077 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

Indicates where the data plane is implemented.

This is a MAC sublayer extension, usable for fullmac or softmac. This

extension is not part of the 802.11-2016 spec.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::wlan::common::DataPlaneType & data_plane_type ()

Defined at line 1083 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

bool has_data_plane_type ()

Defined at line 1087 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

::fuchsia::wlan::common::DataPlaneType * mutable_data_plane_type ()

Defined at line 1091 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

void clear_data_plane_type ()

Defined at line 1099 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

DataPlaneExtension & set_data_plane_type (::fuchsia::wlan::common::DataPlaneType _value)
void DataPlaneExtension ()
void DataPlaneExtension (DataPlaneExtension && other)
void ~DataPlaneExtension ()
DataPlaneExtension & operator= (DataPlaneExtension && other)
::std::unique_ptr<DataPlaneExtension> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DataPlaneExtension * _value, size_t _offset)
zx_status_t Clone (DataPlaneExtension * _result)