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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 NAS1790_TgprsEncryptionAlgorithmsSupported ()
 The default constructor.
 
 NAS1790_TgprsEncryptionAlgorithmsSupported (bool argGprsEncryptionAlgorithmGEA1, bool argGprsEncryptionAlgorithmGEA2, bool argGprsEncryptionAlgorithmGEA3, bool argGprsEncryptionAlgorithmGEA4, bool argGprsEncryptionAlgorithmGEA5, bool argGprsEncryptionAlgorithmGEA6, bool argGprsEncryptionAlgorithmGEA7)
 Constructs an instance of NAS1790_TgprsEncryptionAlgorithmsSupported 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

bool GprsEncryptionAlgorithmGEA1 [get, set]
 Field 'gprsEncryptionAlgorithmGEA1' (mandatory)
 
bool GprsEncryptionAlgorithmGEA2 [get, set]
 Field 'gprsEncryptionAlgorithmGEA2' (mandatory)
 
bool GprsEncryptionAlgorithmGEA3 [get, set]
 Field 'gprsEncryptionAlgorithmGEA3' (mandatory)
 
bool GprsEncryptionAlgorithmGEA4 [get, set]
 Field 'gprsEncryptionAlgorithmGEA4' (mandatory)
 
bool GprsEncryptionAlgorithmGEA5 [get, set]
 Field 'gprsEncryptionAlgorithmGEA5' (mandatory)
 
bool GprsEncryptionAlgorithmGEA6 [get, set]
 Field 'gprsEncryptionAlgorithmGEA6' (mandatory)
 
bool GprsEncryptionAlgorithmGEA7 [get, set]
 Field 'gprsEncryptionAlgorithmGEA7' (mandatory)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_TgprsEncryptionAlgorithmsSupported()

Oss.Nas1790.NAS1790_TgprsEncryptionAlgorithmsSupported.NAS1790_TgprsEncryptionAlgorithmsSupported ( bool  argGprsEncryptionAlgorithmGEA1,
bool  argGprsEncryptionAlgorithmGEA2,
bool  argGprsEncryptionAlgorithmGEA3,
bool  argGprsEncryptionAlgorithmGEA4,
bool  argGprsEncryptionAlgorithmGEA5,
bool  argGprsEncryptionAlgorithmGEA6,
bool  argGprsEncryptionAlgorithmGEA7 
)
inline

Constructs an instance of NAS1790_TgprsEncryptionAlgorithmsSupported with the specified components.

Parameters
argGprsEncryptionAlgorithmGEA1The value of the gprsEncryptionAlgorithmGEA1 mandatory field
argGprsEncryptionAlgorithmGEA2The value of the gprsEncryptionAlgorithmGEA2 mandatory field
argGprsEncryptionAlgorithmGEA3The value of the gprsEncryptionAlgorithmGEA3 mandatory field
argGprsEncryptionAlgorithmGEA4The value of the gprsEncryptionAlgorithmGEA4 mandatory field
argGprsEncryptionAlgorithmGEA5The value of the gprsEncryptionAlgorithmGEA5 mandatory field
argGprsEncryptionAlgorithmGEA6The value of the gprsEncryptionAlgorithmGEA6 mandatory field
argGprsEncryptionAlgorithmGEA7The value of the gprsEncryptionAlgorithmGEA7 mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.