OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.NAS1790_TeightPSKStruct Class Reference

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Classes

class  EightPSKRFPowerCapability1Numbers
 Defines meaningful names for particular values of the eightPSKRFPowerCapability1 field More...
 
class  EightPSKRFPowerCapability2Numbers
 Defines meaningful names for particular values of the eightPSKRFPowerCapability2 field More...
 
class  ModulationCapabilityNumbers
 Defines meaningful names for particular values of the modulationCapability field More...
 

Public Member Functions

 NAS1790_TeightPSKStruct ()
 The default constructor.
 
 NAS1790_TeightPSKStruct (int argModulationCapability)
 Constructs an instance of NAS1790_TeightPSKStruct with the specified mandatory components. More...
 
 NAS1790_TeightPSKStruct (int argModulationCapability, int? argEightPSKRFPowerCapability1, int? argEightPSKRFPowerCapability2)
 Constructs an instance of NAS1790_TeightPSKStruct with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

int ModulationCapability [get, set]
 Field 'modulationCapability' (mandatory) The NAS1790_TeightPSKStruct.ModulationCapabilityNumbers class defines meaningful names for particular values of the field
 
bool EightPSKRFPowerCapability1Present [get]
 Field 'eightPSKRFPowerCapability1Present' (mandatory, readonly)
 
int? EightPSKRFPowerCapability1 [get, set]
 Field 'eightPSKRFPowerCapability1' (optional) The NAS1790_TeightPSKStruct.EightPSKRFPowerCapability1Numbers class defines meaningful names for particular values of the field
 
bool EightPSKRFPowerCapability2Present [get]
 Field 'eightPSKRFPowerCapability2Present' (mandatory, readonly)
 
int? EightPSKRFPowerCapability2 [get, set]
 Field 'eightPSKRFPowerCapability2' (optional) The NAS1790_TeightPSKStruct.EightPSKRFPowerCapability2Numbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_TeightPSKStruct() [1/2]

Oss.Nas1790.NAS1790_TeightPSKStruct.NAS1790_TeightPSKStruct ( int  argModulationCapability)
inline

Constructs an instance of NAS1790_TeightPSKStruct with the specified mandatory components.

Parameters
argModulationCapabilityThe value of the modulationCapability mandatory field

◆ NAS1790_TeightPSKStruct() [2/2]

Oss.Nas1790.NAS1790_TeightPSKStruct.NAS1790_TeightPSKStruct ( int  argModulationCapability,
int?  argEightPSKRFPowerCapability1,
int?  argEightPSKRFPowerCapability2 
)
inline

Constructs an instance of NAS1790_TeightPSKStruct with the specified components.

Parameters
argModulationCapabilityThe value of the modulationCapability mandatory field
argEightPSKRFPowerCapability1The value of the eightPSKRFPowerCapability1 optional field
argEightPSKRFPowerCapability2The value of the eightPSKRFPowerCapability2 optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.NAS1790_TeightPSKStruct.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas1790.NAS1790_TeightPSKStruct.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1790.NAS1790_TeightPSKStruct.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.