class DJIAccessoryAggregationState
@interface DJIAccessoryAggregationState : NSObject
|
Header: | DJIAccessoryAggregationState.h |
Inherits From: | NSObject |
Description:
This class contains the latest connectivity state of accessories.
Class Members:
Check Spotlight Connected
property
property isSpotlightConnected
@property (nonatomic, readonly) BOOL isSpotlightConnected
|
Header: | DJIAccessoryAggregationState.h |
Description:
YES
if the spotlight is connected.
Check Beacon Connected
property
property isBeaconConnected
@property (nonatomic, readonly) BOOL isBeaconConnected
|
Header: | DJIAccessoryAggregationState.h |
Description:
YES
if the beacon is connected.
Check Speaker Connected
property
property isSpeakerConnected
@property (nonatomic, readonly) BOOL isSpeakerConnected
|
Header: | DJIAccessoryAggregationState.h |
Description:
YES
if the speaker is connected.