RfidProtocol class abstract
- Implementers
Constructors
Properties
-
batteryLevelChangeStream
→ Stream<
RfidBatteryResult> -
no setter
-
deviceConnectionChangeStream
→ Stream<
RfidConnectionChangeEvent> -
no setter
-
equipmentScanChangeStream
→ Stream<
RfidEquipmentScanResult> -
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<
RfidSwitchStateResult> -
no setter
Methods
-
alertCommand(
{RfidAlertDuration? duration}) → Future< bool> -
connectDevice(
{required String serialNumber}) → Future< RfidConnectionResult> -
disconnect(
) → Future< void> -
getAvailableDevices(
) → Future< List< RfidReader> > -
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< RfidPowerResult> -
toString(
) → String -
A string representation of this object.
inherited
-
triggerBatteryCommand(
{required String serialNumber}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited