14#import <Foundation/Foundation.h>
15#import <UniPRT/JsonStringTokenizer.h>
56- (instancetype)initWithCfgContent:(NSString *)cfgContent;
154- (void)setNumber:(
int)iNumber;
214- (void)setModel:(NSString *)strModel;
286- (void)setName:(NSString *)strName;
358- (void)setProgramFile:(NSString *)strProgramFile;
418- (void)setData:(NSString *)strData;
A class representing a configuration with various properties and methods to manipulate them.
Definition Config.h:34
NSString * getModel()
Gets the model associated with the configuration.
NSInteger getNumber()
Gets the number associated with the configuration.
NSString * description()
The configuration content sent/received from printer.
NSString * getData()
Gets the data associated with the configuration.
instancetype init()
Initializes a new instance with default values.
NSString * getName()
Gets the name associated with the configuration.
NSString * getProgramFile()
Gets the program file associated with the configuration.