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

Represents the PDNConnectivityReject type More...

Inherits Sequence.

Public Member Functions

 PDNConnectivityReject ()
 The default constructor. More...
 
 PDNConnectivityReject (int argEsmCause)
 Constructs an instance of PDNConnectivityReject with the specified mandatory components. More...
 
 PDNConnectivityReject (int argEsmCause, Oss.Nas1670.ProtocolConfigurationOptionsNW argProtocolConfigurationOptions, Oss.Nas1670.GPRSTimer3 argBackoffTimer, Oss.Nas1670.ReattemptIndicator argReattemptIndicator, byte[] argNbifomContainer, Oss.Nas1670.ProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDNConnectivityReject 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.GPRSTimer3 BackoffTimer [get, set]
 Field 'backoffTimer' (optional) More...
 
Oss.Nas1670.ReattemptIndicator ReattemptIndicator [get, set]
 Field 'reattemptIndicator' (optional) More...
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the PDNConnectivityReject type

Constructor & Destructor Documentation

◆ PDNConnectivityReject() [1/3]

Oss.Nas1670.PDNConnectivityReject.PDNConnectivityReject ( )
inline

The default constructor.

◆ PDNConnectivityReject() [2/3]

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

Constructs an instance of PDNConnectivityReject with the specified mandatory components.

Parameters
argEsmCauseThe value of the esmCause mandatory field

◆ PDNConnectivityReject() [3/3]

Oss.Nas1670.PDNConnectivityReject.PDNConnectivityReject ( int  argEsmCause,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argProtocolConfigurationOptions,
Oss.Nas1670.GPRSTimer3  argBackoffTimer,
Oss.Nas1670.ReattemptIndicator  argReattemptIndicator,
byte[]  argNbifomContainer,
Oss.Nas1670.ProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDNConnectivityReject with the specified components.

Parameters
argEsmCauseThe value of the esmCause mandatory field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argBackoffTimerThe value of the backoffTimer optional field
argReattemptIndicatorThe value of the reattemptIndicator optional field
argNbifomContainerThe value of the nbifomContainer optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ BackoffTimer

Oss.Nas1670.GPRSTimer3 Oss.Nas1670.PDNConnectivityReject.BackoffTimer
getset

Field 'backoffTimer' (optional)

◆ EsmCause

int Oss.Nas1670.PDNConnectivityReject.EsmCause
getset

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

◆ ExtendedProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.PDNConnectivityReject.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)

◆ NbifomContainer

byte [] Oss.Nas1670.PDNConnectivityReject.NbifomContainer
getset

Field 'nbifomContainer' (optional)

◆ ProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsNW Oss.Nas1670.PDNConnectivityReject.ProtocolConfigurationOptions
getset

Field 'protocolConfigurationOptions' (optional)

◆ ReattemptIndicator

Oss.Nas1670.ReattemptIndicator Oss.Nas1670.PDNConnectivityReject.ReattemptIndicator
getset

Field 'reattemptIndicator' (optional)