class ConnectionSignalReport

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

Public Methods

void ConnectionSignalReport (Storage_ storage)
void ConnectionSignalReport ()

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

void ConnectionSignalReport (ConnectionSignalReport && )

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

void ConnectionSignalReport (const ConnectionSignalReport & other)
bool operator!= (const ConnectionSignalReport & other)
bool IsEmpty ()
ConnectionSignalReport & operator= (ConnectionSignalReport && )

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

ConnectionSignalReport & operator= (const ConnectionSignalReport & other)
bool operator== (const ConnectionSignalReport & other)
const std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> & primary ()
::std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> & primary ()
ConnectionSignalReport & primary (std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> value)

Setter for primary.

const std::optional<uint32_t> & tx_rate_500kbps ()
::std::optional<uint32_t> & tx_rate_500kbps ()
ConnectionSignalReport & tx_rate_500kbps (std::optional<uint32_t> value)

Setter for tx_rate_500kbps.

const std::optional<int8_t> & rssi_dbm ()
::std::optional<int8_t> & rssi_dbm ()
ConnectionSignalReport & rssi_dbm (std::optional<int8_t> value)

Setter for rssi_dbm.

const std::optional<int8_t> & snr_db ()
::std::optional<int8_t> & snr_db ()
ConnectionSignalReport & snr_db (std::optional<int8_t> value)

Setter for snr_db.

const std::optional< ::fuchsia_wlan_ieee80211::ChannelBandwidth> & bandwidth ()
::std::optional< ::fuchsia_wlan_ieee80211::ChannelBandwidth> & bandwidth ()
ConnectionSignalReport & bandwidth (std::optional< ::fuchsia_wlan_ieee80211::ChannelBandwidth> value)

Setter for bandwidth.

const std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> & vht_secondary_80_channel ()
::std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> & vht_secondary_80_channel ()
ConnectionSignalReport & vht_secondary_80_channel (std::optional< ::fuchsia_wlan_ieee80211::ChannelNumber> value)

Setter for vht_secondary_80_channel.

void ConnectionSignalReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits