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

Represents the DetachRequest-ueTerminated type More...

Inherits Sequence.

Public Member Functions

 DetachRequestUeTerminated ()
 The default constructor. More...
 
 DetachRequestUeTerminated (Oss.Nas1670.DetachTypeUETerminated argDetachType)
 Constructs an instance of DetachRequestUeTerminated with the specified mandatory components. More...
 
 DetachRequestUeTerminated (Oss.Nas1670.DetachTypeUETerminated argDetachType, int? argEmmCause)
 Constructs an instance of DetachRequestUeTerminated 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

Oss.Nas1670.DetachTypeUETerminated DetachType [get, set]
 Field 'detachType' (mandatory) More...
 
int SpareHalfOctet [get]
 Field 'spareHalfOctet' (mandatory, readonly) More...
 
int? EmmCause [get, set]
 Field 'emmCause' (optional) The EMMCause class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the DetachRequest-ueTerminated type

Constructor & Destructor Documentation

◆ DetachRequestUeTerminated() [1/3]

Oss.Nas1670.DetachRequestUeTerminated.DetachRequestUeTerminated ( )
inline

The default constructor.

◆ DetachRequestUeTerminated() [2/3]

Oss.Nas1670.DetachRequestUeTerminated.DetachRequestUeTerminated ( Oss.Nas1670.DetachTypeUETerminated  argDetachType)
inline

Constructs an instance of DetachRequestUeTerminated with the specified mandatory components.

Parameters
argDetachTypeThe value of the detachType mandatory field

◆ DetachRequestUeTerminated() [3/3]

Oss.Nas1670.DetachRequestUeTerminated.DetachRequestUeTerminated ( Oss.Nas1670.DetachTypeUETerminated  argDetachType,
int?  argEmmCause 
)
inline

Constructs an instance of DetachRequestUeTerminated with the specified components.

Parameters
argDetachTypeThe value of the detachType mandatory field
argEmmCauseThe value of the emmCause optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DetachType

Oss.Nas1670.DetachTypeUETerminated Oss.Nas1670.DetachRequestUeTerminated.DetachType
getset

Field 'detachType' (mandatory)

◆ EmmCause

int? Oss.Nas1670.DetachRequestUeTerminated.EmmCause
getset

Field 'emmCause' (optional) The EMMCause class defines meaningful names for particular values of the field

◆ SpareHalfOctet

int Oss.Nas1670.DetachRequestUeTerminated.SpareHalfOctet
get

Field 'spareHalfOctet' (mandatory, readonly)