42@property (nonatomic, strong) NSString *
command;
54@property (nonatomic, strong) NSString *
from;
66@property (nonatomic, strong) NSString *
to;
78@property (nonatomic, strong) NSString *
trackNo;
109- (NSString *)getTrackNo;
127- (void)setTrackNo:(NSString *)trackNo;
149- (instancetype)initWithMgmtMsg:(NSString *)mgmtMsg;
A class for managing JSON messages.
Definition JsonMng.h:31
NSString * strResponse
The response string of the JSON message.
Definition JsonMng.h:90
NSString * command
Mgmt command sent to printer or response from printer.
Definition JsonMng.h:42
NSString * to
Identifies the intended message receiver. If this is a response, this has the From that was in the or...
Definition JsonMng.h:66
NSString * from
Identifies the message sender. If printer sends a response, this will be in the To field of the respo...
Definition JsonMng.h:54
NSString * trackNo
This can be set to any value but in order to differentiate messages intended for the same recipient,...
Definition JsonMng.h:78