CaptureEventIds class

Ids assigned to each capture event.

Constructors

CaptureEventIds()

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

Constants

batteryLevel → const int
Event when the battery Level has changed. Type: kUlong
buttons → const int
Event when the device button status has changed. Type: kUlong
decodedData → const int
Event when Capture has some decoded data available. Type: kDecodedData
deviceArrival → const int
Event when a device has connected or is present. Type: kDeviceInfo
deviceDiscovered → const int
A device has been discovered. Type: kDeviceInfo
deviceManagerArrival → const int
Event when the Device Manager (BLE) is present. Type: kDeviceInfo
deviceManagerRemoval → const int
Event when the Device Manager (BLE) is gone. Type: kDeviceInfo
deviceOwnership → const int
Event when a device ownership has changed. Type: kString
deviceRemoval → const int
Event when a device is no longer present. Type: kDeviceInfo
discoveryEnd → const int
The device discovery has ended. Type: kNone
error → const int
Event when Capture had an error. Type: kUlong
lastID → const int
The Last Event should always be the last ID in the list of possible events. Type: kNone
listenerStarted → const int
Event when the communication listener thread has started. Type: kUlong
notInitialized → const int
Capture has not been correctly initialized after its first open. Type: kNone
power → const int
Event when a device sends a power change notification. Type: kUlong
terminate → const int
Event when Capture is terminated. Type: kUlong