AdbMessage class

Constructors

AdbMessage(int command, int arg0, int arg1, int payloadLength, int checksum, int magic, [Uint8List? payload])

Properties

arg0 int
final
arg1 int
final
checksum int
final
command int
final
hashCode int
The hash code for this object.
no setterinherited
magic int
final
payload Uint8List?
final
payloadLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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