@interface DJIKeyedValue : NSObject |
| Header: | DJIKeyedValue.h |
| Inherits From: | NSObject |
DJIKeyedValue is a container object for values associated with DJIKey objects. The raw value is held inside value and convenience methods are offers for quicker access.
@property (readonly, nonatomic, nullable) id value |
| Header: | DJIKeyedValue.h |
The raw value object. For struct, the value is held in an NSValue.
@property (readonly, nonatomic) char charValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to char value.
@property (readonly, nonatomic) unsigned char unsignedCharValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to unsigned char value.
@property (readonly, nonatomic) short shortValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to short value.
@property (readonly, nonatomic) unsigned short unsignedShortValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to unsigned short value.
@property (readonly, nonatomic) int intValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to int value.
@property (readonly, nonatomic) unsigned int unsignedIntValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to unsigned int value.
@property (readonly, nonatomic) long longValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to long value.
@property (readonly, nonatomic) unsigned long unsignedLongValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to unsigned long value.
@property (readonly, nonatomic) long long longLongValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to long long value.
@property (readonly, nonatomic) unsigned long long unsignedLongLongValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to unsigned long long value.
@property (readonly, nonatomic) float floatValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to float value.
@property (readonly, nonatomic) double doubleValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to double value.
@property (readonly, nonatomic) BOOL boolValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to bool value.
@property (readonly, nonatomic) NSInteger integerValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to NSInteger value.
@property (readonly, nonatomic) NSUInteger unsignedIntegerValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to NSUInteger value.
@property (readonly, nonatomic, nullable, copy) NSString *stringValue |
| Header: | DJIKeyedValue.h |
Convenience accessor to string value.
@property (readonly, nonatomic, nullable) DJIParamCapabilityMinMax *paramRange |
| Header: | DJIKeyedValue.h |
Convenient accessor to the parameter range. nil if value is not in a type of DJIParamCapabilityMinMax.
{{searchCount}} Results