class AccessoryAggregationState
class AccessoryAggregationState
|
Package: | dji.common.accessory |
Description:
This class contains the latest connectivity state of accessories.
Class Members:
Check Spotlight Connected
method
method isSpotlightConnected
boolean isSpotlightConnected()
|
Package: | dji.common.accessory |
Description:
true
if the spotlight is connected.
Return:
boolean | A boolean value to check if spotlight is connected. |
Check Beacon Connected
method
method isBeaconConnected
boolean isBeaconConnected()
|
Package: | dji.common.accessory |
Description:
true
if the beacon is connected.
Return:
boolean | A boolean value to check if beacon is connected. |
Check Speaker Connected
method
method isSpeakerConnected
boolean isSpeakerConnected()
|
Package: | dji.common.accessory |
Description:
true
if the speaker is connected.
Return:
boolean | A boolean value to check if speaker is connected. |
Check RTK Dongle Connected
method
method isRtkDongleConnected
boolean isRtkDongleConnected()
|
Package: | dji.common.accessory |
Description:
true
if the RTK Dongle is connected.
Return:
boolean | A boolean value to check if RTK Dongle is connected. |