@interface DJIRCCustomButtonTags : NSObject |
| Header: | DJIRemoteControllerBaseTypes.h |
| Inherits From: | NSObject |
| SDK Key: | DJIRemoteControllerKey.DJIRemoteControllerParamCustomButtonTags |
Tags for C1 and C2 buttons on the remote controller
@property (nonatomic, nullable, readonly) NSNumber *c1ButtonTag |
| Header: | DJIRemoteControllerBaseTypes.h |
Button tag for custom button 2.
@property (nonatomic, nullable, readonly) NSNumber *c2ButtonTag |
| Header: | DJIRemoteControllerBaseTypes.h |
Button tag for custom button 2
-(nullable instancetype)initWithC1ButtonTag:(NSNumber *_Nullable)c1ButtonTag |
| Header: | DJIRemoteControllerBaseTypes.h |
Create a DJIRCCustomButtonTags instance with values for C1 and C2. A valid tag is an integer in range [0, 255].
| NSNumber *_Nullable c1ButtonTag | Button tag for custom button 1 with range [0, 255]. |
| NSNumber *_Nullable c2ButtonTag | Button tag for custom button 2 with range [0, 255]. |
| nullable instancetype | Instance of DJIRCCustomButtonTags. nil if the value is invalid, or both c1ButtonTag and c2ButtonTag are nil. |
{{searchCount}} Results