class DeviceReadRegister16Result

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceReadRegister16Result (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits