PSDK<_Self extends PSDK<_Self>> class abstract

Constructors

PSDK()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authors() List<String>
clear() → _Self
command() Command
commander() Commander
Get commander
connectedDevice() → ConnectedDevice
Get connected device
newline() → _Self
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(Arg command) → _Self
raw(Raw raw) → _Self
read({ReadOptions? options}) Stream<Uint8List>
sversion() String
toString() String
A string representation of this object.
inherited
variable(String name, Object value) PSDK<PSDK>
write({WriteOptions? options}) Future<WroteReporter>

Operators

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