class RpmbRequestResult
Defined at line 400 of file fidling/gen/sdk/fidl/fuchsia.hardware.rpmb/fuchsia.hardware.rpmb/cpp/fidl/fuchsia.hardware.rpmb/cpp/natural_types.h
Public Methods
void RpmbRequestResult (RpmbRequestResult && other)
RpmbRequestResult & operator= (RpmbRequestResult && other)
void RpmbRequestResult (const RpmbRequestResult & other)
RpmbRequestResult & operator= (const RpmbRequestResult & other)
bool operator== (const RpmbRequestResult & other)
bool operator!= (const RpmbRequestResult & other)
::fuchsia_hardware_rpmb::RpmbRequestResult::Tag Which ()
RpmbRequestResult WithResponse (::fuchsia_hardware_rpmb::RpmbRequestResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RpmbRequestResult & response (::fuchsia_hardware_rpmb::RpmbRequestResponse value)
Sets the union to hold the response member.
RpmbRequestResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RpmbRequestResult & err (int32_t value)
Sets the union to hold the err member.
void RpmbRequestResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.hardware.rpmb/fuchsia.hardware.rpmb/cpp/fidl/fuchsia.hardware.rpmb/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits