class DJIFlightHubOnlineDevice
@interface DJIFlightHubOnlineDevice : NSObject
|
Header: | DJIFlightHubBaseTypes.h |
Inherits From: | NSObject |
Description:
Device information in the DJIFlightHubManager, including serial number and team id.
Class Members:
property sn
@property (nonatomic, readonly) NSString *sn
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the serial number of current device.
property teamID
@property (nonatomic, readonly) NSString *teamID
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the team ID that online device belongs to.