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

Represents the DeactivateEPSBearerContextRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 DeactivateEPSBearerContextRequest ()
 The default constructor.
 
 DeactivateEPSBearerContextRequest (int argEsmCause)
 Constructs an instance of DeactivateEPSBearerContextRequest with the specified mandatory components. More...
 
 DeactivateEPSBearerContextRequest (int argEsmCause, Oss.Nas1790.ProtocolConfigurationOptionsNW argProtocolConfigurationOptions, Oss.Nas1790.GPRSTimer3 argT3396Value, Oss.Nas1790.WLanOffloadAcceptability argWlanOffloadIndication, byte[] argNbifomContainer, Oss.Nas1790.ProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions)
 Constructs an instance of DeactivateEPSBearerContextRequest 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
 
Oss.Nas1790.ProtocolConfigurationOptionsNW ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional)
 
Oss.Nas1790.GPRSTimer3 T3396Value [get, set]
 Field 't3396Value' (optional)
 
Oss.Nas1790.WLanOffloadAcceptability WlanOffloadIndication [get, set]
 Field 'wlanOffloadIndication' (optional)
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional)
 
Oss.Nas1790.ProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional)
 

Detailed Description

Constructor & Destructor Documentation

◆ DeactivateEPSBearerContextRequest() [1/2]

Oss.Nas1790.DeactivateEPSBearerContextRequest.DeactivateEPSBearerContextRequest ( int  argEsmCause)
inline

Constructs an instance of DeactivateEPSBearerContextRequest with the specified mandatory components.

Parameters
argEsmCauseThe value of the esmCause mandatory field

◆ DeactivateEPSBearerContextRequest() [2/2]

Oss.Nas1790.DeactivateEPSBearerContextRequest.DeactivateEPSBearerContextRequest ( int  argEsmCause,
Oss.Nas1790.ProtocolConfigurationOptionsNW  argProtocolConfigurationOptions,
Oss.Nas1790.GPRSTimer3  argT3396Value,
Oss.Nas1790.WLanOffloadAcceptability  argWlanOffloadIndication,
byte[]  argNbifomContainer,
Oss.Nas1790.ProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of DeactivateEPSBearerContextRequest with the specified components.

Parameters
argEsmCauseThe value of the esmCause mandatory field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argT3396ValueThe value of the t3396Value optional field
argWlanOffloadIndicationThe value of the wlanOffloadIndication optional field
argNbifomContainerThe value of the nbifomContainer optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.