Class: Aws::IoTWireless::Types::TdscdmaObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TdscdmaObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
TD-SCDMA object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lac ⇒ Integer
Location Area Code.
-
#mcc ⇒ Integer
Mobile Country Code.
-
#mnc ⇒ Integer
Mobile Network Code.
-
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
-
#rscp ⇒ Integer
Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (dBm).
-
#tdscdma_local_id ⇒ Types::TdscdmaLocalId
TD-SCDMA local identification (local ID) information.
-
#tdscdma_nmr ⇒ Array<Types::TdscdmaNmrObj>
TD-SCDMA object for network measurement reports.
-
#tdscdma_timing_advance ⇒ Integer
TD-SCDMA Timing advance.
-
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
Instance Attribute Details
#lac ⇒ Integer
Location Area Code.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#mcc ⇒ Integer
Mobile Country Code.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#mnc ⇒ Integer
Mobile Network Code.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#rscp ⇒ Integer
Signal power of the received signal (Received Signal Code Power), measured in decibel-milliwatts (dBm).
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#tdscdma_local_id ⇒ Types::TdscdmaLocalId
TD-SCDMA local identification (local ID) information.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#tdscdma_nmr ⇒ Array<Types::TdscdmaNmrObj>
TD-SCDMA object for network measurement reports.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#tdscdma_timing_advance ⇒ Integer
TD-SCDMA Timing advance.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6225 class TdscdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :tdscdma_local_id, :tdscdma_timing_advance, :rscp, :path_loss, :tdscdma_nmr) SENSITIVE = [] include Aws::Structure end |