class SignalReportIndication

Defined at line 532 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

Public Methods

void SignalReportIndication (Storage_ storage)
void SignalReportIndication (int8_t rssi_dbm, int8_t snr_db, uint32_t tx_rate_500kbps)
void SignalReportIndication ()

Default constructs a |SignalReportIndication| only if all of its members are default constructible.

Defined at line 543 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

void SignalReportIndication (SignalReportIndication && )

Defined at line 546 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

void SignalReportIndication (const SignalReportIndication & other)
SignalReportIndication & operator= (SignalReportIndication && )

Defined at line 547 of file fidling/gen/sdk/fidl/fuchsia.wlan.internal/fuchsia.wlan.internal/cpp/fidl/fuchsia.wlan.internal/cpp/natural_types.h

SignalReportIndication & operator= (const SignalReportIndication & other)
bool operator== (const SignalReportIndication & other)
bool operator!= (const SignalReportIndication & other)
int8_t rssi_dbm ()
int8_t & rssi_dbm ()
SignalReportIndication & rssi_dbm (int8_t value)

Setter for rssi_dbm.

int8_t snr_db ()
int8_t & snr_db ()
SignalReportIndication & snr_db (int8_t value)

Setter for snr_db.

uint32_t tx_rate_500kbps ()

Tx rate in units of 500 kbit/s, which are the units used for

Supported Rates in IEEE Std 802.11-2024 9.4.2.3

uint32_t & tx_rate_500kbps ()

Tx rate in units of 500 kbit/s, which are the units used for

Supported Rates in IEEE Std 802.11-2024 9.4.2.3

SignalReportIndication & tx_rate_500kbps (uint32_t value)

Tx rate in units of 500 kbit/s, which are the units used for

Supported Rates in IEEE Std 802.11-2024 9.4.2.3

void SignalReportIndication (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits