class MultiGimbalSyncControlInfo
class MultiGimbalSyncControlInfo implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Multi-gimbal synchronization control information.
Class Members:
Members
method setGimbalSyncList
void setGimbalSyncList(List<ComponentIndexType> gimbalSyncList)
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Sets the list of gimbals that need to be synchronization control.
List<ComponentIndexType> gimbalSyncList | List of gimbals that need to be synchronization control. |
method getGimbalSyncList
List<ComponentIndexType> getGimbalSyncList()
|
Package: | dji.sdk.keyvalue.value.flightcontroller |
Description:
Gets the list of gimbals that need to be synchronization control.
Return:
List<ComponentIndexType> | Return the list of gimbals that need to be synchronization control. |