class DeviceSetConfigurationResult

Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.peripheral/fuchsia.hardware.usb.peripheral/cpp/fidl/fuchsia.hardware.usb.peripheral/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void DeviceSetConfigurationResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 416 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.peripheral/fuchsia.hardware.usb.peripheral/cpp/fidl/fuchsia.hardware.usb.peripheral/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits