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

#psc ⇒ Integer

Primary Scrambling Code.

Returns:

  • (Integer)


7247
7248
7249
7250
7251
7252
# File 'lib/aws-sdk-iotwireless/types.rb', line 7247

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

#uarfcndl ⇒ Integer

WCDMA UTRA Absolute RF Channel Number downlink.

Returns:

  • (Integer)


7247
7248
7249
7250
7251
7252
# File 'lib/aws-sdk-iotwireless/types.rb', line 7247

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