class JoinBssRequest
Defined at line 2333 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
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 2339 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool has_bssid ()
Defined at line 2343 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
::std::array<uint8_t, 6> * mutable_bssid ()
Defined at line 2347 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
void clear_bssid ()
Defined at line 2355 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
const ::fuchsia::wlan::common::BssType & bss_type ()
Defined at line 2363 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool has_bss_type ()
Defined at line 2367 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
::fuchsia::wlan::common::BssType * mutable_bss_type ()
Defined at line 2371 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
void clear_bss_type ()
Defined at line 2379 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
const bool & remote ()
Defined at line 2387 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool has_remote ()
Defined at line 2391 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool * mutable_remote ()
Defined at line 2395 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
void clear_remote ()
Defined at line 2403 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
const uint16_t & beacon_period ()
Defined at line 2411 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool has_beacon_period ()
Defined at line 2415 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
uint16_t * mutable_beacon_period ()
Defined at line 2419 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
void clear_beacon_period ()
Defined at line 2427 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
JoinBssRequest & set_bssid (::std::array<uint8_t, 6> _value)
JoinBssRequest & set_bss_type (::fuchsia::wlan::common::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)