libusb_ss_endpoint_companion_descriptor class
\ingroup libusb_desc A structure representing the superspeed endpoint companion descriptor. This descriptor is documented in section 9.6.7 of the USB 3.0 specification. All multiple-byte fields are represented in host-endian format.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
- bDescriptorType ↔ int
-
Descriptor type. Will have value
\ref libusb_descriptor_type::LIBUSB_DT_SS_ENDPOINT_COMPANION in
this context.
getter/setter pair
- bLength ↔ int
-
Size of this descriptor (in bytes)
getter/setter pair
- bmAttributes ↔ int
-
In bulk EP: bits 4:0 represents the maximum number of
streams the EP supports. In isochronous EP: bits 1:0
represents the Mult - a zero based value that determines
the maximum number of packets within a service interval
getter/setter pair
- bMaxBurst ↔ int
-
The maximum number of packets the endpoint can send or
receive as part of a burst.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wBytesPerInterval ↔ int
-
The total number of bytes this EP will transfer every
service interval. valid only for periodic EPs.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited