UsbDevice class

Properties

configuration UsbConfiguration?
no setter
delegate Object
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callMethod<Result>(String method, [List<Object> args = const []]) → Result
inherited
claimInterface(int interfaceNumber) Future<void>
close() Future<void>
getProperty<Prop>(String name) → Prop
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
releaseInterface(int interfaceNumber) Future<void>
reset() Future<void>
selectConfiguration(int configurationValue) Future<void>
toString() String
A string representation of this object.
inherited
transferIn(int endpointNumber, int length) Future<UsbInTransferResult>
transferOut(int endpointNumber, TypedData data) Future<UsbOutTransferResult>

Operators

operator ==(Object other) bool
The equality operator.
inherited