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

Represents the ExtendedEmmCause type More...

Inherits Oss.Nas.Sequence.

Classes

class  EpsOptimizationNumbers
 Defines meaningful names for particular values of the epsOptimization field More...
 
class  EutranAllowedContainer
 Defines meaningful names for particular values of the eutranAllowed field More...
 
class  NbIoTAllowedContainer
 Defines meaningful names for particular values of the nbIoTAllowed field More...
 

Public Member Functions

 ExtendedEmmCause ()
 The default constructor.
 
 ExtendedEmmCause (int argNbIoTAllowed, int argEpsOptimization, int argEutranAllowed)
 Constructs an instance of ExtendedEmmCause 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 Spare [get]
 Field 'spare' (mandatory, readonly)
 
int NbIoTAllowed [get, set]
 Field 'nbIoTAllowed' (mandatory) The ExtendedEmmCause.NbIoTAllowedContainer class defines meaningful names for particular values of the field
 
int EpsOptimization [get, set]
 Field 'epsOptimization' (mandatory) The ExtendedEmmCause.EpsOptimizationNumbers class defines meaningful names for particular values of the field
 
int EutranAllowed [get, set]
 Field 'eutranAllowed' (mandatory) The ExtendedEmmCause.EutranAllowedContainer class defines meaningful names for particular values of the field
 

Detailed Description

Represents the ExtendedEmmCause type

Constructor & Destructor Documentation

◆ ExtendedEmmCause()

Oss.Nas1790.ExtendedEmmCause.ExtendedEmmCause ( int  argNbIoTAllowed,
int  argEpsOptimization,
int  argEutranAllowed 
)
inline

Constructs an instance of ExtendedEmmCause with the specified components.

Parameters
argNbIoTAllowedThe value of the nbIoTAllowed mandatory field
argEpsOptimizationThe value of the epsOptimization mandatory field
argEutranAllowedThe value of the eutranAllowed mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.