class SessionRegisterForTxResponse

Defined at line 2712 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

Public Methods

void SessionRegisterForTxResponse (Storage_ storage)
void SessionRegisterForTxResponse (uint8_t successful, int32_t status)
void SessionRegisterForTxResponse ()

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

Defined at line 2722 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

void SessionRegisterForTxResponse (SessionRegisterForTxResponse && )

Defined at line 2725 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

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

Defined at line 2726 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h

SessionRegisterForTxResponse & operator= (const SessionRegisterForTxResponse & other)
bool operator== (const SessionRegisterForTxResponse & other)
bool operator!= (const SessionRegisterForTxResponse & other)
uint8_t successful ()
uint8_t & successful ()
SessionRegisterForTxResponse & successful (uint8_t value)

Setter for successful.

int32_t status ()
int32_t & status ()
SessionRegisterForTxResponse & status (int32_t value)

Setter for status.

void SessionRegisterForTxResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits