Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLModuleInfo

SDLModuleInfo Class Reference

Section Contents

Overview

Contains information about a RC module.

moduleId

  • UUID of a module. “moduleId + moduleType” uniquely identify a module. *
  • Max string length 100 chars

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 }
View on GitHub.com
Previous Section Next Section