class SessionUnregisterForTxResponse
Defined at line 2828 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
Public Methods
void SessionUnregisterForTxResponse (Storage_ storage)
void SessionUnregisterForTxResponse (uint8_t successful, int32_t status)
void SessionUnregisterForTxResponse ()
Default constructs a |SessionUnregisterForTxResponse| only if all of its members are default constructible.
Defined at line 2838 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void SessionUnregisterForTxResponse (SessionUnregisterForTxResponse && )
Defined at line 2841 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
void SessionUnregisterForTxResponse (const SessionUnregisterForTxResponse & other)
SessionUnregisterForTxResponse & operator= (SessionUnregisterForTxResponse && )
Defined at line 2842 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/natural_types.h
SessionUnregisterForTxResponse & operator= (const SessionUnregisterForTxResponse & other)
bool operator== (const SessionUnregisterForTxResponse & other)
bool operator!= (const SessionUnregisterForTxResponse & other)
uint8_t successful ()
uint8_t & successful ()
SessionUnregisterForTxResponse & successful (uint8_t value)
Setter for successful.
int32_t status ()
int32_t & status ()
SessionUnregisterForTxResponse & status (int32_t value)
Setter for status.
void SessionUnregisterForTxResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits