Declared in BCKEANCodeCharacter.h

BCKEANCodeCharacterEncoding

EAN Character Encoding Types

Definition

typedef NS_ENUM(NSUInteger, BCKEANCodeCharacterEncoding ) {
   BCKEANCodeCharacterEncoding_L = 0,
   BCKEANCodeCharacterEncoding_G = 1,
   BCKEANCodeCharacterEncoding_R = 2,
};

Constants

BCKEANCodeCharacterEncoding_L
 The 'L' character encoding type

Declared In BCKEANCodeCharacter.h.

BCKEANCodeCharacterEncoding_G
 The 'G' character encoding type

Declared In BCKEANCodeCharacter.h.

BCKEANCodeCharacterEncoding_R
 The 'R' character encoding type

Declared In BCKEANCodeCharacter.h.

Declared In

BCKEANCodeCharacter.h