class SignalReport

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::wlan::stats::ConnectionSignalReport & connection_signal_report ()

Signal report related to the current connection.

May not be set if the client is not connected.

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

bool has_connection_signal_report ()

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

::fuchsia::wlan::stats::ConnectionSignalReport * mutable_connection_signal_report ()

Signal report related to the current connection.

May not be set if the client is not connected.

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

void clear_connection_signal_report ()

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

SignalReport & set_connection_signal_report (::fuchsia::wlan::stats::ConnectionSignalReport _value)
void SignalReport ()
void SignalReport (SignalReport && other)
void ~SignalReport ()
SignalReport & operator= (SignalReport && other)
::std::unique_ptr<SignalReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SignalReport * _value, size_t _offset)
zx_status_t Clone (SignalReport * _result)