Class: Aws::IoTWireless::Types::GsmObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GsmObj
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
GSM object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geran_cid ⇒ Integer
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
-
#gsm_local_id ⇒ Types::GsmLocalId
GSM local identification (local ID) information.
-
#gsm_nmr ⇒ Array<Types::GsmNmrObj>
GSM object for network measurement reports.
-
#gsm_timing_advance ⇒ Integer
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
-
#lac ⇒ Integer
Location area code.
-
#mcc ⇒ Integer
Mobile Country Code.
-
#mnc ⇒ Integer
Mobile Network Code.
-
#rx_level ⇒ Integer
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
Instance Attribute Details
#geran_cid ⇒ Integer
GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#gsm_local_id ⇒ Types::GsmLocalId
GSM local identification (local ID) information.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#gsm_nmr ⇒ Array<Types::GsmNmrObj>
GSM object for network measurement reports.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#gsm_timing_advance ⇒ Integer
Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#lac ⇒ Integer
Location area code.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#mcc ⇒ Integer
Mobile Country Code.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#mnc ⇒ Integer
Mobile Network Code.
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |
#rx_level ⇒ Integer
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103 class GsmObj < Struct.new( :mcc, :mnc, :lac, :geran_cid, :gsm_local_id, :gsm_timing_advance, :rx_level, :gsm_nmr) SENSITIVE = [] include Aws::Structure end |