Class: Aws::IoTWireless::Types::CdmaObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CdmaObj
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
CDMA (Code-division multiple access) object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_lat ⇒ Float
CDMA base station latitude in degrees.
-
#base_lng ⇒ Float
CDMA base station longitude in degrees.
-
#base_station_id ⇒ Integer
CDMA base station ID (BSID).
-
#cdma_local_id ⇒ Types::CdmaLocalId
CDMA local identification (local ID) parameters.
-
#cdma_nmr ⇒ Array<Types::CdmaNmrObj>
CDMA network measurement reports.
-
#network_id ⇒ Integer
CDMA network ID (NID).
-
#pilot_power ⇒ Integer
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
-
#registration_zone ⇒ Integer
CDMA registration zone (RZ).
-
#system_id ⇒ Integer
CDMA system ID (SID).
Instance Attribute Details
#base_lat ⇒ Float
CDMA base station latitude in degrees.
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#base_lng ⇒ Float
CDMA base station longitude in degrees.
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#base_station_id ⇒ Integer
CDMA base station ID (BSID).
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#cdma_local_id ⇒ Types::CdmaLocalId
CDMA local identification (local ID) parameters.
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#cdma_nmr ⇒ Array<Types::CdmaNmrObj>
CDMA network measurement reports.
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ Integer
CDMA network ID (NID).
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#pilot_power ⇒ Integer
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#registration_zone ⇒ Integer
CDMA registration zone (RZ).
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |
#system_id ⇒ Integer
CDMA system ID (SID).
396 397 398 399 400 401 402 403 404 405 406 407 408 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 396 class CdmaObj < Struct.new( :system_id, :network_id, :base_station_id, :registration_zone, :cdma_local_id, :pilot_power, :base_lat, :base_lng, :cdma_nmr) SENSITIVE = [] include Aws::Structure end |