class JoinBssRequest

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

Domain objects declarations

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::array<uint8_t, 6> & bssid ()

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

bool has_bssid ()

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

::std::array<uint8_t, 6> * mutable_bssid ()

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

void clear_bssid ()

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

const ::fuchsia::wlan::ieee80211::BssType & bss_type ()

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

bool has_bss_type ()

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

::fuchsia::wlan::ieee80211::BssType * mutable_bss_type ()

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

void clear_bss_type ()

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

const bool & remote ()

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

bool has_remote ()

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

bool * mutable_remote ()

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

void clear_remote ()

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

const uint16_t & beacon_period ()

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

bool has_beacon_period ()

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

uint16_t * mutable_beacon_period ()

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

void clear_beacon_period ()

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

JoinBssRequest & set_bssid (::std::array<uint8_t, 6> _value)
JoinBssRequest & set_bss_type (::fuchsia::wlan::ieee80211::BssType _value)
JoinBssRequest & set_remote (bool _value)
JoinBssRequest & set_beacon_period (uint16_t _value)
void JoinBssRequest ()
void JoinBssRequest (JoinBssRequest && other)
void ~JoinBssRequest ()
JoinBssRequest & operator= (JoinBssRequest && other)
::std::unique_ptr<JoinBssRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, JoinBssRequest * _value, size_t _offset)
zx_status_t Clone (JoinBssRequest * _result)