public class

DJIRCControlPermission

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

Class Overview

Class for RC control permission.

Summary

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

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

public DJIRCControlPermission (boolean hasGimbalYawControlPermission, boolean hasGimbalRollControlPermission, boolean hasGimbalPitchControlPermission, boolean hasPlaybackControlPermission, boolean hasRecordControlPermission, boolean hasCaptureControlPermission)