class WlanTxResultEntry

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

One entry in a WlanTxResult report. Indicates a number of attempted transmissions on

a particular tx vector, but does not imply successful transmission.

Public Methods

void WlanTxResultEntry (Storage_ storage)
void WlanTxResultEntry (uint16_t tx_vector_idx, uint8_t attempts)
void WlanTxResultEntry ()

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

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

void WlanTxResultEntry (WlanTxResultEntry && )

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

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

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

WlanTxResultEntry & operator= (const WlanTxResultEntry & other)
bool operator== (const WlanTxResultEntry & other)
bool operator!= (const WlanTxResultEntry & other)
uint16_t tx_vector_idx ()
uint16_t & tx_vector_idx ()
WlanTxResultEntry & tx_vector_idx (uint16_t value)

Setter for tx_vector_idx.

uint8_t attempts ()

Number of total attempts with this specific tx vector, including successful attempts.

DDK assumes the number of attempts per packet will not exceed 255. (typically

<

= 8)

uint8_t & attempts ()

Number of total attempts with this specific tx vector, including successful attempts.

DDK assumes the number of attempts per packet will not exceed 255. (typically

<

= 8)

WlanTxResultEntry & attempts (uint8_t value)

Number of total attempts with this specific tx vector, including successful attempts.

DDK assumes the number of attempts per packet will not exceed 255. (typically

<

= 8)

void WlanTxResultEntry (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits