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

Represents the ExtendedEmmCause type More...

Inherits 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. More...
 
 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) More...
 
int NbIoTAllowed [get, set]
 Field 'nbIoTAllowed' (mandatory) The ExtendedEmmCause.NbIoTAllowedContainer class defines meaningful names for particular values of the field More...
 
int EpsOptimization [get, set]
 Field 'epsOptimization' (mandatory) The ExtendedEmmCause.EpsOptimizationNumbers class defines meaningful names for particular values of the field More...
 
int EutranAllowed [get, set]
 Field 'eutranAllowed' (mandatory) The ExtendedEmmCause.EutranAllowedContainer class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the ExtendedEmmCause type

Constructor & Destructor Documentation

◆ ExtendedEmmCause() [1/2]

Oss.Nas1670.ExtendedEmmCause.ExtendedEmmCause ( )
inline

The default constructor.

◆ ExtendedEmmCause() [2/2]

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EpsOptimization

int Oss.Nas1670.ExtendedEmmCause.EpsOptimization
getset

Field 'epsOptimization' (mandatory) The ExtendedEmmCause.EpsOptimizationNumbers class defines meaningful names for particular values of the field

◆ EutranAllowed

int Oss.Nas1670.ExtendedEmmCause.EutranAllowed
getset

Field 'eutranAllowed' (mandatory) The ExtendedEmmCause.EutranAllowedContainer class defines meaningful names for particular values of the field

◆ NbIoTAllowed

int Oss.Nas1670.ExtendedEmmCause.NbIoTAllowed
getset

Field 'nbIoTAllowed' (mandatory) The ExtendedEmmCause.NbIoTAllowedContainer class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas1670.ExtendedEmmCause.Spare
get

Field 'spare' (mandatory, readonly)