AWSLocationLteLocalId
Objective-C
@interface AWSLocationLteLocalId
Swift
class AWSLocationLteLocalId
LTE local identification information (local ID).
Required parameters: [Earfcn, Pci]
-
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable earfcn;Swift
var earfcn: NSNumber? { get set } -
Physical Cell ID (PCI).
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pci;Swift
var pci: NSNumber? { get set }
View on GitHub
Install in Dash
AWSLocationLteLocalId Class Reference