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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-iotwireless/types.rb', line 6933

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

#uarfcndlInteger

WCDMA UTRA Absolute RF Channel Number downlink.

Returns:

  • (Integer)


6933
6934
6935
6936
6937
6938
# File 'lib/aws-sdk-iotwireless/types.rb', line 6933

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