UsbInfo class abstract
- Implementers
Constructors
Properties
- address ↔ int
-
getter/setter pair
- busNumber ↔ int
-
getter/setter pair
- classCode ↔ int
-
getter/setter pair
- descriptorType ↔ int
-
getter/setter pair
- deviceVersion ↔ UsbVersion
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDisposed → bool
-
Whether the underlying
Arc
is disposed.no setterinherited - length ↔ int
-
getter/setter pair
- manufacturerStringIndex ↔ int?
-
getter/setter pair
- maxPacketSize ↔ int
-
getter/setter pair
- numConfigurations ↔ int
-
getter/setter pair
- productId ↔ int
-
getter/setter pair
- productStringIndex ↔ int?
-
getter/setter pair
- protocolCode ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumberStringIndex ↔ int?
-
getter/setter pair
- subClassCode ↔ int
-
getter/setter pair
- usbVersion ↔ UsbVersion
-
getter/setter pair
- vendorId ↔ int
-
getter/setter pair
Methods
-
dispose(
) → void -
Dispose the underlying
Arc
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
) → UsbHandle -
readUsbName(
) → UsbName -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited