DJIRCControlPermission

struct {}

Remote Controller’s control permission.

  • TRUE if the Remote Controller has permission to control the gimbal yaw.

    Declaration

    Objective-C

    _Bool hasGimbalYawControlPermission
  • TRUE if the Remote Controller has permission to control the gimbal roll.

    Declaration

    Objective-C

    _Bool hasGimbalRollControlPermission
  • TRUE if the Remote Controller has permission to control the gimbal pitch.

    Declaration

    Objective-C

    _Bool hasGimbalPitchControlPermission
  • TRUE if the Remote Controller has permission to control camera playback.

    Declaration

    Objective-C

    _Bool hasPlaybackControlPermission
  • TRUE if the Remote Controller has permission to record video with the camera.

    Declaration

    Objective-C

    _Bool hasRecordControlPermission
  • TRUE if the Remote Controller has permission to take pictures with the camera.

    Declaration

    Objective-C

    _Bool hasCaptureControlPermission