class DeviceGetConfigurationResponse

Defined at line 412 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 DeviceGetConfigurationResponse (Storage_ storage)
void DeviceGetConfigurationResponse (::fuchsia_hardware_usb_peripheral::DeviceDescriptor device_desc, ::std::vector< ::std::vector< ::fuchsia_hardware_usb_peripheral::FunctionDescriptor>> config_descriptors)
void DeviceGetConfigurationResponse ()

Default constructs a |DeviceGetConfigurationResponse| only if all of its members are default constructible.

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

void DeviceGetConfigurationResponse (DeviceGetConfigurationResponse && )

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

void DeviceGetConfigurationResponse (const DeviceGetConfigurationResponse & other)
bool operator!= (const DeviceGetConfigurationResponse & other)
const ::fuchsia_hardware_usb_peripheral::DeviceDescriptor & device_desc ()
::fuchsia_hardware_usb_peripheral::DeviceDescriptor & device_desc ()
DeviceGetConfigurationResponse & device_desc (::fuchsia_hardware_usb_peripheral::DeviceDescriptor value)

Setter for device_desc.

const ::std::vector< ::std::vector< ::fuchsia_hardware_usb_peripheral::FunctionDescriptor>> & config_descriptors ()
::std::vector< ::std::vector< ::fuchsia_hardware_usb_peripheral::FunctionDescriptor>> & config_descriptors ()
DeviceGetConfigurationResponse & config_descriptors (::std::vector< ::std::vector< ::fuchsia_hardware_usb_peripheral::FunctionDescriptor>> value)

Setter for config_descriptors.

void DeviceGetConfigurationResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
DeviceGetConfigurationResponse & operator= (DeviceGetConfigurationResponse && )

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

DeviceGetConfigurationResponse & operator= (const DeviceGetConfigurationResponse & other)
bool operator== (const DeviceGetConfigurationResponse & other)

Friends

class MemberVisitor
class NaturalStructCodingTraits