DJIRCJoinMasterResult
enum DJIRCJoinMasterResult : uint8_t {}
Result when a slave Remote Controller tries to join a master Remote Controller.
-
The slave Remote Controller’s attempt to join the master Remote Controller was successful.
Declaration
Objective-C
DJIRCJoinMasterResultSuccessful
-
The slave Remote Controller’s attempt to join the master Remote Controller was unsuccessful due to a password error.
Declaration
Objective-C
DJIRCJoinMasterResultPasswordError
-
The slave Remote Controller’s attempt to join the master Remote Controller was rejected.
Declaration
Objective-C
DJIRCJoinMasterResultRejected
-
The slave Remote Controller’s attempt to join the master Remote Controller was unsuccesful because the master Remote Controller is at the maximum number of slaves it can have.
Declaration
Objective-C
DJIRCJoinMasterResultReachMaximum
-
The slave Remote Controller’s attempt to join the master Remote Controller was unsuccessful because the request timed out.
Declaration
Objective-C
DJIRCJoinMasterResultResponseTimeout
-
The result of the slave Remote Controller’s attempt to join the master Remote Controller is unknown.
Declaration
Objective-C
DJIRCJoinMasterResultUnknown