Inherits from BCKCode39Code : BCKCode : NSObject
Declared in BCKCode39FullASCII.h

Overview

Specialized subclass of BCKCode39Code to represent a Code39 barcode with Full ASCII characters. Using it requires this feature to be enabled in the barcode reader. If it is not enabled the full ASCII characters will be encoded using regular content code characters and added to the barcode but may be read by the barcode reader as regular content code characters.

Class Methods

fullASCIIEncoding:

Returns the encoding of an ASCII character, including Full ASCII characters. For example, the encoding for “A” is an “A”. The encoding for “a” is “+A”.

+ (NSString *)fullASCIIEncoding:(NSString *)character

Parameters

character

The character to return the encoding for.

Return Value

The Code39 representation of the character.

Declared In

BCKCode39FullASCII.h