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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 NAS1790_TumtsAlgorithms ()
 The default constructor.
 
 NAS1790_TumtsAlgorithms (Oss.Nas1790.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported argUmtsIdentityProtectionAlgorithmsSupported)
 Constructs an instance of NAS1790_TumtsAlgorithms with the specified mandatory components. More...
 
 NAS1790_TumtsAlgorithms (Oss.Nas1790.UmtsEncryptionAlgorithmsSupported argUmtsEncryptionAlgorithmsSupported, Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported argUmtsIdentityProtectionAlgorithmsSupported, Oss.Nas1790.NAS1790_TgprsAlgorithms argGprsAlgorithms)
 Constructs an instance of NAS1790_TumtsAlgorithms 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

Oss.Nas1790.UmtsEncryptionAlgorithmsSupported UmtsEncryptionAlgorithmsSupported [get, set]
 Field 'umtsEncryptionAlgorithmsSupported' (mandatory)
 
int Spare2 [get]
 Field 'spare2' (mandatory, readonly)
 
Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported UmtsIdentityProtectionAlgorithmsSupported [get, set]
 Field 'umtsIdentityProtectionAlgorithmsSupported' (mandatory)
 
Oss.Nas1790.NAS1790_TgprsAlgorithms GprsAlgorithms [get, set]
 Field 'gprsAlgorithms' (optional)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_TumtsAlgorithms() [1/2]

Oss.Nas1790.NAS1790_TumtsAlgorithms.NAS1790_TumtsAlgorithms ( Oss.Nas1790.UmtsEncryptionAlgorithmsSupported  argUmtsEncryptionAlgorithmsSupported,
Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported  argUmtsIdentityProtectionAlgorithmsSupported 
)
inline

Constructs an instance of NAS1790_TumtsAlgorithms with the specified mandatory components.

Parameters
argUmtsEncryptionAlgorithmsSupportedThe value of the umtsEncryptionAlgorithmsSupported mandatory field
argUmtsIdentityProtectionAlgorithmsSupportedThe value of the umtsIdentityProtectionAlgorithmsSupported mandatory field

◆ NAS1790_TumtsAlgorithms() [2/2]

Oss.Nas1790.NAS1790_TumtsAlgorithms.NAS1790_TumtsAlgorithms ( Oss.Nas1790.UmtsEncryptionAlgorithmsSupported  argUmtsEncryptionAlgorithmsSupported,
Oss.Nas1790.UmtsIdentityProtectionAlgorithmsSupported  argUmtsIdentityProtectionAlgorithmsSupported,
Oss.Nas1790.NAS1790_TgprsAlgorithms  argGprsAlgorithms 
)
inline

Constructs an instance of NAS1790_TumtsAlgorithms with the specified components.

Parameters
argUmtsEncryptionAlgorithmsSupportedThe value of the umtsEncryptionAlgorithmsSupported mandatory field
argUmtsIdentityProtectionAlgorithmsSupportedThe value of the umtsIdentityProtectionAlgorithmsSupported mandatory field
argGprsAlgorithmsThe value of the gprsAlgorithms optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.NAS1790_TumtsAlgorithms.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_TumtsAlgorithms.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_TumtsAlgorithms.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.