Cognex Mobile Barcode SDK
SDK for supporting communication with Cognex Barcode Reader devices
|
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <cmbSDK/CMBReadResults.h>
#import <cmbSDK/CDMDataManSystem.h>
#import <CoreBluetooth/CoreBluetooth.h>
Go to the source code of this file.
Classes | |
protocol | <CMBReaderDeviceDelegate> |
Delagate protocol for receiving events from a CMBReaderDevice object. More... | |
class | CMBReaderDevice |
Represents a Phone Camera or MX barcode reader. More... | |
enum CMBConnectionState : NSUInteger |
Indicates the connection state of a CDMDataManSystem object.
Enumerator | |
---|---|
CMBConnectionStateDisconnected | The CDMDataManSystem object is not connected to any remote system. |
CMBConnectionStateConnecting | The CDMDataManSystem object is in the process of establishing a connection to a remote system. |
CMBConnectionStateConnected | The CDMDataManSystem object is connected to a remote system. |
CMBConnectionStateDisconnecting | The CDMDataManSystem object is in the process of disconnecting from a remote system. |
CMBConnectionStateUnavailable | The CDMDataManSystem object's connection state is unavailable. |
enum CMBReaderAvailibility : NSUInteger |
Enum values for CMBReaderDevice availability.
Enumerator | |
---|---|
CMBReaderAvailibilityUnknown | |
CMBReaderAvailibilityAvailable | |
CMBReaderAvailibilityUnavailable |
enum CMBReadStringEncoding : NSUInteger |
Possible values of Read String encoding for CMBReaderDevice.
enum CMBResultParser : NSUInteger |
Enum values for CMBReaderDevice parser.
Enumerator | |
---|---|
CMBResultParserNone | |
CMBResultParserAuto | |
CMBResultParserAAMVA | |
CMBResultParserGS1 | |
CMBResultParserHIBC | |
CMBResultParserISBT128 | |
CMBResultParserIUID | |
CMBResultParserSCM |