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

Represents the PDNDisconnectReject type More...

Inherits Sequence.

Public Member Functions

 PDNDisconnectReject ()
 The default constructor. More...
 
 PDNDisconnectReject (int argEsmCause)
 Constructs an instance of PDNDisconnectReject with the specified mandatory components. More...
 
 PDNDisconnectReject (int argEsmCause, Oss.Nas1670.ProtocolConfigurationOptionsNW argProtocolConfigurationOptions, Oss.Nas1670.ProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDNDisconnectReject 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.ProtocolConfigurationOptionsNW ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the PDNDisconnectReject type

Constructor & Destructor Documentation

◆ PDNDisconnectReject() [1/3]

Oss.Nas1670.PDNDisconnectReject.PDNDisconnectReject ( )
inline

The default constructor.

◆ PDNDisconnectReject() [2/3]

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

Constructs an instance of PDNDisconnectReject with the specified mandatory components.

Parameters
argEsmCauseThe value of the esmCause mandatory field

◆ PDNDisconnectReject() [3/3]

Oss.Nas1670.PDNDisconnectReject.PDNDisconnectReject ( int  argEsmCause,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argProtocolConfigurationOptions,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDNDisconnectReject with the specified components.

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

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EsmCause

int Oss.Nas1670.PDNDisconnectReject.EsmCause
getset

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

◆ ExtendedProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.PDNDisconnectReject.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)

◆ ProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.PDNDisconnectReject.ProtocolConfigurationOptions
getset

Field 'protocolConfigurationOptions' (optional)