class DeviceProgramKeyResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceProgramKeyResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits