SDLModuleInfo Class Reference

Section Contents

Overview

Contains information about a RC module.

moduleId

Required

Objective-C

@property (nonatomic, strong, nullable) NSString *moduleId;

Swift

var moduleId: String? { get set }

location

Location of a module. Optional

Objective-C

@property (nonatomic, strong, nullable) SDLGrid *location;

Swift

var location: SDLGrid? { get set }

serviceArea

Service area of a module. Optional

Objective-C

@property (nonatomic, strong, nullable) SDLGrid *serviceArea;

Swift

var serviceArea: SDLGrid? { get set }

allowMultipleAccess

Allow multiple users/apps to access the module or not

Optional, Boolean

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *allowMultipleAccess;

Swift

var allowMultipleAccess: (NSNumber & SDLBool)? { get set }