class PwmDisableResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PwmDisableResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits