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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 NAS1790_TextendedGEABits ()
 The default constructor.
 
 NAS1790_TextendedGEABits (bool argGprsEncryptionAlgorithmGEA2Available, bool argGprsEncryptionAlgorithmGEA3Available, bool argGprsEncryptionAlgorithmGEA4Available, bool argGprsEncryptionAlgorithmGEA5Available, bool argGprsEncryptionAlgorithmGEA6Available, bool argGprsEncryptionAlgorithmGEA7Available)
 Constructs an instance of NAS1790_TextendedGEABits 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 GprsEncryptionAlgorithmGEA2Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA2Available' (mandatory)
 
bool GprsEncryptionAlgorithmGEA3Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA3Available' (mandatory)
 
bool GprsEncryptionAlgorithmGEA4Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA4Available' (mandatory)
 
bool GprsEncryptionAlgorithmGEA5Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA5Available' (mandatory)
 
bool GprsEncryptionAlgorithmGEA6Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA6Available' (mandatory)
 
bool GprsEncryptionAlgorithmGEA7Available [get, set]
 Field 'gprsEncryptionAlgorithmGEA7Available' (mandatory)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_TextendedGEABits()

Oss.Nas1790.NAS1790_TextendedGEABits.NAS1790_TextendedGEABits ( bool  argGprsEncryptionAlgorithmGEA2Available,
bool  argGprsEncryptionAlgorithmGEA3Available,
bool  argGprsEncryptionAlgorithmGEA4Available,
bool  argGprsEncryptionAlgorithmGEA5Available,
bool  argGprsEncryptionAlgorithmGEA6Available,
bool  argGprsEncryptionAlgorithmGEA7Available 
)
inline

Constructs an instance of NAS1790_TextendedGEABits with the specified components.

Parameters
argGprsEncryptionAlgorithmGEA2AvailableThe value of the gprsEncryptionAlgorithmGEA2Available mandatory field
argGprsEncryptionAlgorithmGEA3AvailableThe value of the gprsEncryptionAlgorithmGEA3Available mandatory field
argGprsEncryptionAlgorithmGEA4AvailableThe value of the gprsEncryptionAlgorithmGEA4Available mandatory field
argGprsEncryptionAlgorithmGEA5AvailableThe value of the gprsEncryptionAlgorithmGEA5Available mandatory field
argGprsEncryptionAlgorithmGEA6AvailableThe value of the gprsEncryptionAlgorithmGEA6Available mandatory field
argGprsEncryptionAlgorithmGEA7AvailableThe value of the gprsEncryptionAlgorithmGEA7Available mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.