UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
IMaxicodeMsg.h
1//
2// IMaxicodeMsg.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IMaxicodeMsg_h
9#define IMaxicodeMsg_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IMaxicodeData.h>
13
39@protocol IMaxicodeMsg <IMaxicodeData>
40
57@property (nonatomic, copy) NSString *primaryMsg;
58
75@property (nonatomic, copy) NSString *remainingMsg;
76
77@end
78
79#endif /* IMaxicodeMsg_h */
NSString * remainingMsg
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for m...
Definition IMaxicodeMsg.h:75
NSString * primaryMsg
Primary Message, excluding the mode value, typically has a maximum of 9 characters.
Definition IMaxicodeMsg.h:57