Class: Aws::IoTWireless::Types::CdmaLocalId

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cdma_channelInteger

CDMA channel information.

Returns:

  • (Integer)


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_offsetInteger

Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.

Returns:

  • (Integer)


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