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

Represents the AttachReject type More...

Inherits Sequence.

Public Member Functions

 AttachReject ()
 The default constructor. More...
 
 AttachReject (int argEmmCause)
 Constructs an instance of AttachReject with the specified mandatory components. More...
 
 AttachReject (int argEmmCause, byte[] argEsmMessageContainer, Oss.Nas1670.GPRSTimer argT3346Value, Oss.Nas1670.GPRSTimer argT3402Value, Oss.Nas1670.ExtendedEmmCause argExtendEmmCause)
 Constructs an instance of AttachReject 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 EmmCause [get, set]
 Field 'emmCause' (mandatory) The EMMCause class defines meaningful names for particular values of the field More...
 
byte[] EsmMessageContainer [get, set]
 Field 'esmMessageContainer' (optional) More...
 
Oss.Nas1670.GPRSTimer T3346Value [get, set]
 Field 't3346Value' (optional) More...
 
Oss.Nas1670.GPRSTimer T3402Value [get, set]
 Field 't3402Value' (optional) More...
 
Oss.Nas1670.ExtendedEmmCause ExtendEmmCause [get, set]
 Field 'extendEmmCause' (optional) More...
 

Detailed Description

Represents the AttachReject type

Constructor & Destructor Documentation

◆ AttachReject() [1/3]

Oss.Nas1670.AttachReject.AttachReject ( )
inline

The default constructor.

◆ AttachReject() [2/3]

Oss.Nas1670.AttachReject.AttachReject ( int  argEmmCause)
inline

Constructs an instance of AttachReject with the specified mandatory components.

Parameters
argEmmCauseThe value of the emmCause mandatory field

◆ AttachReject() [3/3]

Oss.Nas1670.AttachReject.AttachReject ( int  argEmmCause,
byte[]  argEsmMessageContainer,
Oss.Nas1670.GPRSTimer  argT3346Value,
Oss.Nas1670.GPRSTimer  argT3402Value,
Oss.Nas1670.ExtendedEmmCause  argExtendEmmCause 
)
inline

Constructs an instance of AttachReject with the specified components.

Parameters
argEmmCauseThe value of the emmCause mandatory field
argEsmMessageContainerThe value of the esmMessageContainer optional field
argT3346ValueThe value of the t3346Value optional field
argT3402ValueThe value of the t3402Value optional field
argExtendEmmCauseThe value of the extendEmmCause optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EmmCause

int Oss.Nas1670.AttachReject.EmmCause
getset

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

◆ EsmMessageContainer

byte [] Oss.Nas1670.AttachReject.EsmMessageContainer
getset

Field 'esmMessageContainer' (optional)

◆ ExtendEmmCause

Oss.Nas1670.ExtendedEmmCause Oss.Nas1670.AttachReject.ExtendEmmCause
getset

Field 'extendEmmCause' (optional)

◆ T3346Value

Oss.Nas1670.GPRSTimer Oss.Nas1670.AttachReject.T3346Value
getset

Field 't3346Value' (optional)

◆ T3402Value

Oss.Nas1670.GPRSTimer Oss.Nas1670.AttachReject.T3402Value
getset

Field 't3402Value' (optional)