DJIRCMasterSlaveState
@interface DJIRCMasterSlaveState : NSObject
State of the remote controller related to the master and slave mode. Only supported by Inspire 2.
-
The master/slave mode of the remote controller.
Declaration
Objective-C
@property (readonly, nonatomic) DJIRemoteControllerMode mode;
-
YES
if a the remote controller is part of a master/slave pairing.Declaration
Objective-C
@property (readonly, nonatomic) BOOL isConnected;
-
ID of the master remote controller.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull masterID;
-
ID of the slave remote controller.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull slaveID;
-
Authorization code of the master remote controller that is a 6 element string of numbers.
Declaration
Objective-C
@property (readonly, nonatomic) NSString *_Nonnull authorizationCode;