Parse and persist ServerCodecModeSupport attribute for hosts

This commit is contained in:
Cameron Gutman
2018-06-02 13:10:10 -07:00
parent 59506a2364
commit 2d2f71dcab
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, retain) NSString *mac;
@property (nonatomic, retain) NSString *name;
@property (nonatomic, retain) NSString *uuid;
@property (nonatomic) int serverCodecModeSupport;
@property (nonatomic, retain) NSMutableSet *appList;
- (id) initFromHost:(Host*)host;