class UsbSsEpCompDescriptor
Defined at line 800 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.descriptor/fuchsia.hardware.usb.descriptor/cpp/fidl/fuchsia.hardware.usb.descriptor/cpp/natural_types.h
Public Methods
void UsbSsEpCompDescriptor (uint8_t b_length, uint8_t b_descriptor_type, uint8_t b_max_burst, uint8_t bm_attributes, uint16_t w_bytes_per_interval)
void UsbSsEpCompDescriptor ()
Default constructs a |UsbSsEpCompDescriptor| only if all of its members are default constructible.
Defined at line 811 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.descriptor/fuchsia.hardware.usb.descriptor/cpp/fidl/fuchsia.hardware.usb.descriptor/cpp/natural_types.h
void UsbSsEpCompDescriptor (UsbSsEpCompDescriptor && )
Defined at line 814 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.descriptor/fuchsia.hardware.usb.descriptor/cpp/fidl/fuchsia.hardware.usb.descriptor/cpp/natural_types.h
void UsbSsEpCompDescriptor (Storage_ storage)
void UsbSsEpCompDescriptor (const UsbSsEpCompDescriptor & other)
UsbSsEpCompDescriptor & operator= (const UsbSsEpCompDescriptor & other)
bool operator== (const UsbSsEpCompDescriptor & other)
bool operator!= (const UsbSsEpCompDescriptor & other)
uint8_t b_length ()
uint8_t & b_length ()
UsbSsEpCompDescriptor & b_length (uint8_t value)
Setter for b_length.
uint8_t b_descriptor_type ()
uint8_t & b_descriptor_type ()
UsbSsEpCompDescriptor & b_descriptor_type (uint8_t value)
Setter for b_descriptor_type.
uint8_t b_max_burst ()
uint8_t & b_max_burst ()
UsbSsEpCompDescriptor & b_max_burst (uint8_t value)
Setter for b_max_burst.
uint8_t bm_attributes ()
uint8_t & bm_attributes ()
UsbSsEpCompDescriptor & bm_attributes (uint8_t value)
Setter for bm_attributes.
UsbSsEpCompDescriptor & operator= (UsbSsEpCompDescriptor && )
Defined at line 815 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.descriptor/fuchsia.hardware.usb.descriptor/cpp/fidl/fuchsia.hardware.usb.descriptor/cpp/natural_types.h
uint16_t w_bytes_per_interval ()
uint16_t & w_bytes_per_interval ()
UsbSsEpCompDescriptor & w_bytes_per_interval (uint16_t value)
Setter for w_bytes_per_interval.
void UsbSsEpCompDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits