![]() |
00001 00002 // Copyright © 2013 Cathexis Innovations Inc. All rights reserved. 00003 00004 #import <Foundation/Foundation.h> 00005 #import "CommandIdentifierClassInfo.h" 00006 #import "ObjectCollection.h" 00007 00012 @interface GetPropertyClassInfo : CommandIdentifierClassInfo { 00013 @private 00014 // List of supported IDBLUE properties 00015 ObjectCollection* _propertyMap; 00016 } 00017 00025 -(BOOL) addResponseMap: (CommandIdentifierClassInfo*) classInfo; 00026 00033 -(BOOL) addResponseMap: (int) propertyIdentifier withClassInfo: (Class) classInfo; 00034 00040 -(CommandIdentifierClassInfo*) getClassInfo:(int) propertyIdentifier; 00041 00045 +(GetPropertyClassInfo*) create; 00046 00047 @end