RfidPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- RfidPlatform
- Implementers
Constructors
- RfidPlatform()
- Constructs a RfidPlatform.
Properties
- batteryLevelChangeStream → Stream
-
no setter
- deviceConnectionChangeStream → Stream
-
no setter
- equipmentScanChangeStream → Stream
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- switchStateChangeStream → Stream
-
no setter
Methods
-
alertCommand(
{RfidAlertDuration? duration}) → Future< bool> -
connectDevice(
{required String serialNumber}) → Future< String> -
disconnect(
) → Future< void> -
getAvailableDevices(
) → Future< String> -
getDeviceConnectionStatus(
{required String serialNumber}) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scanBarCode(
) → Future< bool> -
setPower(
{required int power}) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
-
triggerBatteryCommand(
{required String serialNumber}) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ RfidPlatform
-
The default instance of RfidPlatform to use.
getter/setter pair