| java.lang.Object | |
| ↳ | dji.common.remotecontroller.DJIRCControlPermission | 
Class for RC control permission.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean | hasCaptureControlPermission | true if the Remote Controller has permission
 to take pictures with the camera. | 
      |||||||||
| public boolean | hasGimbalPitchControlPermission | true if the Remote Controller has permission
 to control the gimbal pitch. | 
      |||||||||
| public boolean | hasGimbalRollControlPermission | true if the Remote Controller has permission
 to control the gimbal roll. | 
      |||||||||
| public boolean | hasGimbalYawControlPermission | true if the Remote Controller has permission
 to control the gimbal yaw. | 
      |||||||||
| public boolean | hasPlaybackControlPermission | true if the Remote Controller has permission
 to control camera playback. | 
      |||||||||
| public boolean | hasRecordControlPermission | true if the Remote Controller has permission
 to record video with the camera. | 
      |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIRCControlPermission(boolean hasGimbalYawControlPermission, boolean hasGimbalRollControlPermission, boolean hasGimbalPitchControlPermission, boolean hasPlaybackControlPermission, boolean hasRecordControlPermission, boolean hasCaptureControlPermission) | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
true if the Remote Controller has permission
 to take pictures with the camera.
true if the Remote Controller has permission
 to control the gimbal pitch.
true if the Remote Controller has permission
 to control the gimbal roll.
true if the Remote Controller has permission
 to control the gimbal yaw.
true if the Remote Controller has permission
 to control camera playback.
true if the Remote Controller has permission
 to record video with the camera.