DJI Mobile SDK Documentation

      class Credentials

      @EXClassNullAway
      class Credentials
      Package:dji.common.remotecontroller
      SDK Key:RemoteControllerKey.CONNECTED_MASTER_CREDENTIALS, RemoteControllerKey.CONNECT_TO_MASTER
      Description:

      Remote controller credentials.

      Class Members:

      Members

      method
      method getID
      int getID()
      Package:dji.common.remotecontroller
      Description:

      Remote controller ID.

      Return:
      intAn int value.
      method
      method getName
      String getName()
      Package:dji.common.remotecontroller
      Description:

      Remote controller Name.

      Return:
      StringAn instance of String.
      method getPassword
      String getPassword()
      Package:dji.common.remotecontroller
      Description:

      Remote controller Password.

      Return:
      StringAn instance of String.