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

Represents the ModifyEPSBearerContextReject type More...

Inherits Sequence.

Public Member Functions

 ModifyEPSBearerContextReject ()
 The default constructor. More...
 
 ModifyEPSBearerContextReject (int argEsmCause)
 Constructs an instance of ModifyEPSBearerContextReject with the specified mandatory components. More...
 
 ModifyEPSBearerContextReject (int argEsmCause, Oss.Nas1670.ProtocolConfigurationOptionsUE argProtocolConfigurationOptions, byte[] argNbifomContainer, Oss.Nas1670.ProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions)
 Constructs an instance of ModifyEPSBearerContextReject 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 EsmCause [get, set]
 Field 'esmCause' (mandatory) The ESMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas1670.ProtocolConfigurationOptionsUE ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional) More...
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsUE ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the ModifyEPSBearerContextReject type

Constructor & Destructor Documentation

◆ ModifyEPSBearerContextReject() [1/3]

Oss.Nas1670.ModifyEPSBearerContextReject.ModifyEPSBearerContextReject ( )
inline

The default constructor.

◆ ModifyEPSBearerContextReject() [2/3]

Oss.Nas1670.ModifyEPSBearerContextReject.ModifyEPSBearerContextReject ( int  argEsmCause)
inline

Constructs an instance of ModifyEPSBearerContextReject with the specified mandatory components.

Parameters
argEsmCauseThe value of the esmCause mandatory field

◆ ModifyEPSBearerContextReject() [3/3]

Oss.Nas1670.ModifyEPSBearerContextReject.ModifyEPSBearerContextReject ( int  argEsmCause,
Oss.Nas1670.ProtocolConfigurationOptionsUE  argProtocolConfigurationOptions,
byte[]  argNbifomContainer,
Oss.Nas1670.ProtocolConfigurationOptionsUE  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of ModifyEPSBearerContextReject with the specified components.

Parameters
argEsmCauseThe value of the esmCause mandatory field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argNbifomContainerThe value of the nbifomContainer optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EsmCause

int Oss.Nas1670.ModifyEPSBearerContextReject.EsmCause
getset

Field 'esmCause' (mandatory) The ESMCause class defines meaningful names for particular values of the field

◆ ExtendedProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsUE Oss.Nas1670.ModifyEPSBearerContextReject.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)

◆ NbifomContainer

byte [] Oss.Nas1670.ModifyEPSBearerContextReject.NbifomContainer
getset

Field 'nbifomContainer' (optional)

◆ ProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsUE Oss.Nas1670.ModifyEPSBearerContextReject.ProtocolConfigurationOptions
getset

Field 'protocolConfigurationOptions' (optional)