java.lang.Object | |
↳ | dji.common.remotecontroller.MasterSlaverState |
State of the remote controller related to the master and slave mode. Only supported by Inspire 2.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MasterSlaverState() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAuthenticateCode()
Authenticate code of the master remote controller that is a 6 element string of numbers.
| ||||||||||
String |
getMasterId()
ID of the master remote controller.
| ||||||||||
DJIRemoteControllerMode |
getMode()
The master/slave mode of the remote controller.
| ||||||||||
String |
getSlaveId()
ID of the slave remote controller.
| ||||||||||
boolean |
isConnected()
True if a the remote controller is part of a master/slave pairing
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Authenticate code of the master remote controller that is a 6 element string of numbers.
ID of the master remote controller.
ID of the slave remote controller.
True
if a the remote controller is part of a master/slave pairing