class ControllerScheduleUnbindResult

Defined at line 617 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Public Methods

void ControllerScheduleUnbindResult (ControllerScheduleUnbindResult && other)
ControllerScheduleUnbindResult & operator= (ControllerScheduleUnbindResult && other)
void ControllerScheduleUnbindResult (const ControllerScheduleUnbindResult & other)
ControllerScheduleUnbindResult & operator= (const ControllerScheduleUnbindResult & other)
bool operator== (const ControllerScheduleUnbindResult & other)
bool operator!= (const ControllerScheduleUnbindResult & other)
::fuchsia_device::ControllerScheduleUnbindResult::Tag Which ()
ControllerScheduleUnbindResult WithResponse (::fuchsia_device::ControllerScheduleUnbindResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControllerScheduleUnbindResult & response (::fuchsia_device::ControllerScheduleUnbindResponse value)

Sets the union to hold the response member.

ControllerScheduleUnbindResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControllerScheduleUnbindResult & err (int32_t value)

Sets the union to hold the err member.

void ControllerScheduleUnbindResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 625 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits