C72UhfPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • C72UhfPluginPlatform
Implementers

Constructors

C72UhfPluginPlatform()
Constructs a C72UhfPluginPlatform.

Properties

clearData Future<bool?>
no setter
close Future<bool?>
no setter
connect Future<bool?>
no setter
getPlatformVersion Future<String?>
no setter
hashCode int
The hash code for this object.
no setterinherited
isConnected Future<bool?>
no setter
isEmptyTags Future<bool?>
no setter
isStarted Future<bool?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startContinuous Future<bool?>
no setter
startSingle Future<bool?>
no setter
stop Future<bool?>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTag(String epc) → void
setObserveButton(bool value) → void
setPowerLevel(String value) Future<bool?>
setSingleRead(bool value) Future<bool?>
setWorkArea(String value) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MethodChannelC72UhfPlugin
The default instance of C72UhfPluginPlatform to use.
getter/setter pair