BCKStandard2of5CodeCharacter Class Reference
Inherits from | BCKCodeCharacter : NSObject |
Declared in | BCKStandard2of5CodeCharacter.h |
Overview
Specialized class of BCKCodeCharacter used for generating Standard/Industrial 2 of 5 codes.
Class Methods
codeCharacterForCharacter:
Generates a code character to represent a Standard/Industrial 2 of 5 content character. Only supports numeric characters.
+ (BCKStandard2of5CodeCharacter *)codeCharacterForCharacter:(NSString *)character
Parameters
- character
The character to encode.
Return Value
The content code character for the character.
Declared In
BCKStandard2of5CodeCharacter.h
spacingCodeCharacter
Generates a Standard/Industrial 2 of 5 spacing character. Spacing characters are not treated as a marker.
+ (BCKStandard2of5CodeCharacter *)spacingCodeCharacter
Return Value
The spacing code character.
Declared In
BCKStandard2of5CodeCharacter.h