class ReorderConfig

Defined at line 231 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_types.h

Provides emulated packet reordering configuration.

Public Methods

void ReorderConfig (Storage_ storage)
void ReorderConfig (uint32_t store_buff, uint64_t tick)
void ReorderConfig ()

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

Defined at line 242 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_types.h

void ReorderConfig (ReorderConfig && )

Defined at line 245 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_types.h

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

Defined at line 246 of file fidling/gen/src/connectivity/network/testing/netemul/network-context/fidl/network/cpp/fidl/fuchsia.netemul.network/cpp/natural_types.h

ReorderConfig & operator= (const ReorderConfig & other)
bool operator== (const ReorderConfig & other)
bool operator!= (const ReorderConfig & other)
uint32_t store_buff ()

Size of buffer, in packets, to store and forward with randomized order.

uint32_t & store_buff ()

Size of buffer, in packets, to store and forward with randomized order.

ReorderConfig & store_buff (uint32_t value)

Size of buffer, in packets, to store and forward with randomized order.

uint64_t tick ()

Tick/deadline in ms to empty buffer, regardless of full state.

0 will cause buffer to flush only when full (dangerous).

uint64_t & tick ()

Tick/deadline in ms to empty buffer, regardless of full state.

0 will cause buffer to flush only when full (dangerous).

ReorderConfig & tick (uint64_t value)

Tick/deadline in ms to empty buffer, regardless of full state.

0 will cause buffer to flush only when full (dangerous).

void ReorderConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits