class DeviceProgramKeyRequest
Defined at line 39 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/natural_types.h
Public Methods
void DeviceProgramKeyRequest (Storage_ storage)
void DeviceProgramKeyRequest (::std::vector<uint8_t> wrapped_key, uint32_t data_unit_size)
void DeviceProgramKeyRequest ()
Default constructs a |DeviceProgramKeyRequest| only if all of its members are default constructible.
Defined at line 50 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/natural_types.h
void DeviceProgramKeyRequest (DeviceProgramKeyRequest && )
Defined at line 53 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/natural_types.h
DeviceProgramKeyRequest & operator= (DeviceProgramKeyRequest && )
Defined at line 54 of file fidling/gen/sdk/fidl/fuchsia.hardware.inlineencryption/fuchsia.hardware.inlineencryption/cpp/fidl/fuchsia.hardware.inlineencryption/cpp/natural_types.h
const ::std::vector<uint8_t> & wrapped_key ()
::std::vector<uint8_t> & wrapped_key ()
DeviceProgramKeyRequest & wrapped_key (::std::vector<uint8_t> value)
Setter for wrapped_key.
uint32_t data_unit_size ()
uint32_t & data_unit_size ()
DeviceProgramKeyRequest & data_unit_size (uint32_t value)
Setter for data_unit_size.
void DeviceProgramKeyRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits