template <>

class WireTableBuilder

Defined at line 1919 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::Array<uint8_t, 6>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 6>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacQueryResponse> & sta_addr (First && first, Args &&... args_)

Station address.

Defined at line 1932 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_wlan_common::wire::WlanPhyType>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_common::wire::WlanPhyType>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacQueryResponse> & supported_phys (First && first, Args &&... args_)

Bitmask indicating WlanInfoPhyType values supported by the hardware.

Defined at line 1945 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacQueryResponse> & band_caps (First && first, Args &&... args_)

Supported bands.

Defined at line 1958 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

template <typename First = ::fidl::Array<uint8_t, 6>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 6>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacQueryResponse> & factory_addr (First && first, Args &&... args_)

The MAC address of the device as assigned in the factory.

Defined at line 1971 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

Friends

template <>
class WlanSoftmacQueryResponse