Class: Aws::IoTWireless::Types::WcdmaObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WcdmaObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
WCDMA.
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
Received Signal Code Power (signal power) (dBm).
-
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
-
#wcdma_local_id ⇒ Types::WcdmaLocalId
WCDMA local ID information.
-
#wcdma_nmr ⇒ Array<Types::WcdmaNmrObj>
WCDMA object for network measurement reports.
Instance Attribute Details
#lac ⇒ Integer
Location Area Code.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#mcc ⇒ Integer
Mobile Country Code.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#mnc ⇒ Integer
Mobile Network Code.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_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.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#rscp ⇒ Integer
Received Signal Code Power (signal power) (dBm).
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#wcdma_local_id ⇒ Types::WcdmaLocalId
WCDMA local ID information.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |
#wcdma_nmr ⇒ Array<Types::WcdmaNmrObj>
WCDMA object for network measurement reports.
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 7010 class WcdmaObj < Struct.new( :mcc, :mnc, :lac, :utran_cid, :wcdma_local_id, :rscp, :path_loss, :wcdma_nmr) SENSITIVE = [] include Aws::Structure end |