InterfaceDescriptor class
Constructors
-
InterfaceDescriptor({required int interfaceNumber, required int alternateSetting, required int interfaceClass, required int interfaceSubclass, required int interfaceProtocol, String? description, required List<
EndpointDescriptor> endpoints, required ByteBuffer extraData}) - InterfaceDescriptor.fromJS(InterfaceDescriptor _wrapped)
Properties
- alternateSetting ↔ int
-
The interface alternate setting number (defaults to `0</code).
getter/setter pair
- description ↔ String?
-
Description of the interface.
getter/setter pair
-
endpoints
↔ List<
EndpointDescriptor> -
Available endpoints.
getter/setter pair
- extraData ↔ ByteBuffer
-
Extra descriptor data associated with this interface.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interfaceClass ↔ int
-
The USB interface class.
getter/setter pair
- interfaceNumber ↔ int
-
The interface number.
getter/setter pair
- interfaceProtocol ↔ int
-
The USB interface protocol.
getter/setter pair
- interfaceSubclass ↔ int
-
The USB interface sub-class.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toJS → InterfaceDescriptor
-
no setter
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