UhfC72Plugin class

Constructors

UhfC72Plugin()

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

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

Static Properties

clearData Future<bool?>
no setter
close Future<bool?>
no setter
connect Future<bool?>
no setter
isConnected Future<bool?>
no setter
isEmptyTags Future<bool?>
no setter
isStarted Future<bool?>
no setter
platformVersion Future<String?>
no setter
startContinuous Future<bool?>
no setter
startSingle Future<bool?>
no setter
stop Future<bool?>
no setter

Static Methods

eraseData(int ptr, dynamic len) Future<bool?>
readData(int ptr, int len) Future<String?>
setPowerLevel(String value) Future<bool?>
setWorkArea(String value) Future<bool?>
writeData(int ptr, int len, String value) Future<bool?>