public class

MasterSlaverState

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.MasterSlaverState

Class Overview

State of the remote controller related to the master and slave mode. Only supported by Inspire 2.

Summary

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()
Trueif a the remote controller is part of a master/slave pairing
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MasterSlaverState ()

Public Methods

public String getAuthenticateCode ()

Authenticate code of the master remote controller that is a 6 element string of numbers.

public String getMasterId ()

ID of the master remote controller.

public DJIRemoteControllerMode getMode ()

The master/slave mode of the remote controller.

public String getSlaveId ()

ID of the slave remote controller.

public boolean isConnected ()

Trueif a the remote controller is part of a master/slave pairing