class DJIFlightHubTeam
@interface DJIFlightHubTeam : NSObject
|
Header: | DJIFlightHubBaseTypes.h |
Inherits From: | NSObject |
Description:
A team in DJI FlightHub. A group can contain several teams.
Class Members:
property teamID
@property (nonatomic, readonly) NSUInteger teamID
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the ID of the team. Each team in a group will have a unique ID.
property groupID
@property (nonatomic, readonly) NSUInteger groupID
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets group's ID that current team belongs to.
property name
@property (nonatomic, readonly) NSString *name
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets the team's name.
property devices
@property (nonatomic, readonly) NSArray<DJIFlightHubBoundDevice *> *devices
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Get devices of the team.
See Also:
DJIFlightHubBoundDevice
property members
@property (nonatomic, readonly) NSArray<DJIFlightHubUser *> *members
|
Header: | DJIFlightHubBaseTypes.h |
Description:
Gets members of the team.
See Also:
DJIFlightHubUser