class DeviceDeriveRawSecretResult
Defined at line 100 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/wire_types.h
Public Methods
void DeviceDeriveRawSecretResult ()
void ~DeviceDeriveRawSecretResult ()
void DeviceDeriveRawSecretResult (DeviceDeriveRawSecretResult && other)
DeviceDeriveRawSecretResult & operator= (DeviceDeriveRawSecretResult && other)
bool has_invalid_tag ()
bool is_response ()
DeviceDeriveRawSecretResult WithResponse (::fidl::ObjectView< ::fuchsia_hardware_inlineencryption::wire::DeviceDeriveRawSecretResponse> val)
template <typename... Args>
DeviceDeriveRawSecretResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 122 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/wire_types.h
::fuchsia_hardware_inlineencryption::wire::DeviceDeriveRawSecretResponse & response ()
const ::fuchsia_hardware_inlineencryption::wire::DeviceDeriveRawSecretResponse & response ()
bool is_err ()
DeviceDeriveRawSecretResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_hardware_inlineencryption::wire::DeviceDeriveRawSecretResult::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/wire_types.h