IsochronousTransferInfo class

Constructors

IsochronousTransferInfo({required GenericTransferInfo transferInfo, required int packets, required int packetLength})
IsochronousTransferInfo.fromJS(IsochronousTransferInfo _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
packetLength int
The length of each of the packets in this transfer.
getter/setter pair
packets int
The total number of packets in this transfer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → IsochronousTransferInfo
no setter
transferInfo GenericTransferInfo
Transfer parameters. The transfer length or data buffer specified in this parameter block is split along packetLength boundaries to form the individual packets of the transfer.
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