OptiConnect class

The main class for interacting with Opticon's BLE OPN-2500 and OPN-6000 scanners. Provides methods to discover, connect, and manage devices.

Constructors

OptiConnect()

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

bluetoothManager BluetoothManager
Public property getter for bluetoothManager.
no setter
scannerFeedback ScannerFeedback
Public property getter for scannerFeedback.
no setter
scannerInfo ScannerInfo
Public property getter for scannerInfo.
no setter
scannerSettings ScannerSettings
Public property getter for scannerSettings.
no setter

Static Methods

dispose() Future<void>
Disposes of the SDK resources, stopping any active processes.
initialize() Future<void>
Initializes the SDK and sets up the necessary services.