class PwmEnableResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PwmEnableResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits