class EnergyScanResult

Defined at line 3349 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

Describes the result from one channel of an energy scan.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

EnergyScanResult & set_channel_index (uint16_t _value)
EnergyScanResult & set_max_rssi (int32_t _value)
EnergyScanResult & set_min_rssi (int32_t _value)
void EnergyScanResult ()
void EnergyScanResult (EnergyScanResult && other)
void ~EnergyScanResult ()
EnergyScanResult & operator= (EnergyScanResult && other)
::std::unique_ptr<EnergyScanResult> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EnergyScanResult * _value, size_t _offset)
zx_status_t Clone (EnergyScanResult * _result)
const uint16_t & channel_index ()

The channel index for this energy scan result.

Defined at line 3356 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

bool has_channel_index ()

Defined at line 3360 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

uint16_t * mutable_channel_index ()

The channel index for this energy scan result.

Defined at line 3365 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

void clear_channel_index ()

Defined at line 3373 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

const int32_t & max_rssi ()

The maximum RSSI detected on this channel.

Defined at line 3382 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

bool has_max_rssi ()

Defined at line 3386 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

int32_t * mutable_max_rssi ()

The maximum RSSI detected on this channel.

Defined at line 3391 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

void clear_max_rssi ()

Defined at line 3399 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

const int32_t & min_rssi ()

The minimum RSSI detected on this channel.

Defined at line 3408 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

bool has_min_rssi ()

Defined at line 3412 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

int32_t * mutable_min_rssi ()

The minimum RSSI detected on this channel.

Defined at line 3417 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h

void clear_min_rssi ()

Defined at line 3425 of file fidling/gen/sdk/fidl/fuchsia.lowpan.device/fuchsia.lowpan.device/hlcpp/fuchsia/lowpan/device/cpp/fidl.h