Class: Aws::IoTWireless::Types::CdmaLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CdmaLocalId
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
CDMA local ID information, which corresponds to the local identification parameters of a CDMA cell.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdma_channel ⇒ Integer
CDMA channel information.
-
#pn_offset ⇒ Integer
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
Instance Attribute Details
#cdma_channel ⇒ Integer
CDMA channel information.
321 322 323 324 325 326 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 321 class CdmaLocalId < Struct.new( :pn_offset, :cdma_channel) SENSITIVE = [] include Aws::Structure end |
#pn_offset ⇒ Integer
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
321 322 323 324 325 326 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 321 class CdmaLocalId < Struct.new( :pn_offset, :cdma_channel) SENSITIVE = [] include Aws::Structure end |