class DJIMutableFlightControllerLEDsSettings
@interface DJIMutableFlightControllerLEDsSettings : DJIFlightControllerLEDsSettings
Description:
Mutable sub-class of DJIFlightControllerLEDsSettings
. Use this for setter.
Class Members:
property frontLEDsOn
@property (nonatomic , readwrite ) BOOL frontLEDsOn
Header: DJIFlightControllerBaseTypes.h
Description:
YES
to turn on the LEDs on the front arms.
property rearLEDsOn
@property (nonatomic , readwrite ) BOOL rearLEDsOn
Header: DJIFlightControllerBaseTypes.h
Description:
YES
to turn on the LEDs on the rear arms. It is supported by Inspire 2, Matrice 200 series and Mavic 2 series. The other products will always return NO
.
property statusIndicatorOn
@property (nonatomic , readwrite ) BOOL statusIndicatorOn
Header: DJIFlightControllerBaseTypes.h
Description:
YES
to turn on thestatus indicator. It is supported by Inspire 2 and Matrice 200 series. The other products will always return NO
.