Class: Aws::IoTWireless::Types::WcdmaLocalId

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

WCDMA local identification (local ID) information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pscInteger

Primary Scrambling Code.

Returns:

  • (Integer)


6964
6965
6966
6967
6968
6969
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6964

class WcdmaLocalId < Struct.new(
  :uarfcndl,
  :psc)
  SENSITIVE = []
  include Aws::Structure
end

#uarfcndlInteger

WCDMA UTRA Absolute RF Channel Number downlink.

Returns:

  • (Integer)


6964
6965
6966
6967
6968
6969
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6964

class WcdmaLocalId < Struct.new(
  :uarfcndl,
  :psc)
  SENSITIVE = []
  include Aws::Structure
end