class PwmGetConfigResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PwmGetConfigResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits