GenericTransferInfo class

Constructors

GenericTransferInfo({required Direction direction, required int endpoint, int? length, ByteBuffer? data, int? timeout})
GenericTransferInfo.fromJS(GenericTransferInfo _wrapped)

Properties

data ByteBuffer?
The data to transmit (required only by output transfers).
getter/setter pair
direction Direction
The transfer direction ("in" or "out").
getter/setter pair
endpoint int
The target endpoint address. The interface containing this endpoint must be claimed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int?
The maximum number of bytes to receive (required only by input transfers).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int?
Request timeout (in milliseconds). The default value 0 indicates no timeout.
getter/setter pair
toJS → GenericTransferInfo
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