cmb class

Constructors

cmb()

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

sdkVersion Future<String>
no setter

Static Methods

beep() Future
connect() Future
createMDMAuthCredentials(String username, String password, String clientID, String clientSecret) → dynamic
disableCameraFlag(int codeMask, int flag) Future
disconnect() Future
enableCameraFlag(int codeMask, int flag) Future
enableImage(bool enable) Future
enableImageGraphics(bool enable) Future
getAvailability() Future<int>
getCameraExposureCompensationRange() Future
getConnectionState() Future<int>
getDeviceBatteryLevel() Future
getPairedBluetoothDevice() Future
hideToast() → dynamic
isLightsOn() Future
isSymbologyEnabled(cmbSymbology symbology) Future
loadCameraConfig() Future
loadScanner(int deviceType) Future
registerSDK(String key) → dynamic
resetConfig() Future
scanImageFromBase64(String base64) Future
scanImageFromUri(String uri) Future
sendCommand(String commandString) Future
setAvailabilityChangedListener(void callbackFunction(dynamic)?) → dynamic
setCameraExposureCompensation(double exposureCompensation) Future
setCameraMode(int cameraMode) → dynamic
setCameraParam(int codeMask, int param, int value) Future
setConnectionStateChangedListener(void callbackFunction(dynamic)?) → dynamic
setLightsOn(bool on) Future
setMDMReportingEnabled(bool enabled) → dynamic
setPairedBluetoothDevice(String btDevice) → dynamic
setParser(cmbResultParser parser) Future
setPreviewContainerBelowStatusBar(bool arg) Future
setPreviewContainerFullScreen() Future
setPreviewContainerPositionAndSize(double x, double y, double width, double height) → dynamic
setPreviewOptions(int previewOptions) → dynamic
setPreviewOverlayMode(cmbOverlayMode previewOverlayMode) → dynamic
setReadResultReceivedListener(void callbackFunction(dynamic)?) → dynamic
setReadStringEncoding(cmbReadStringEncoding readStringEncoding) Future
setScanningStateChangedListener(void callbackFunction(dynamic)?) → dynamic
setStopScannerOnRotate(bool stopScanner) → dynamic
setSymbologyEnabled(cmbSymbology symbology, bool enable) Future
showToast(String message) → dynamic
startScanning() Future
stopScanning() Future