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)


6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6814

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

#uarfcndlInteger

WCDMA UTRA Absolute RF Channel Number downlink.

Returns:

  • (Integer)


6814
6815
6816
6817
6818
6819
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6814

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