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

Represents the AttachReject type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 AttachReject ()
 The default constructor.
 
 AttachReject (int argEmmCause)
 Constructs an instance of AttachReject with the specified mandatory components. More...
 
 AttachReject (int argEmmCause, byte[] argEsmMessageContainer, Oss.Nas1790.GPRSTimer argT3346Value, Oss.Nas1790.GPRSTimer argT3402Value, Oss.Nas1790.ExtendedEmmCause argExtendEmmCause, Oss.Nas1790.GPRSTimer3 argLowerBoundTimerValue, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRoaming, Oss.Nas1790.TrackingAreaIdentityList argForbidden5GSTrackingAreaforRegionalProvision)
 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
 
byte[] EsmMessageContainer [get, set]
 Field 'esmMessageContainer' (optional)
 
Oss.Nas1790.GPRSTimer T3346Value [get, set]
 Field 't3346Value' (optional)
 
Oss.Nas1790.GPRSTimer T3402Value [get, set]
 Field 't3402Value' (optional)
 
Oss.Nas1790.ExtendedEmmCause ExtendEmmCause [get, set]
 Field 'extendEmmCause' (optional)
 
Oss.Nas1790.GPRSTimer3 LowerBoundTimerValue [get, set]
 Field 'lowerBoundTimerValue' (optional)
 
Oss.Nas1790.TrackingAreaIdentityList Forbidden5GSTrackingAreaforRoaming [get, set]
 Field 'forbidden5GSTrackingAreaforRoaming' (optional)
 
Oss.Nas1790.TrackingAreaIdentityList Forbidden5GSTrackingAreaforRegionalProvision [get, set]
 Field 'forbidden5GSTrackingAreaforRegionalProvision' (optional)
 

Detailed Description

Represents the AttachReject type

Constructor & Destructor Documentation

◆ AttachReject() [1/2]

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

Constructs an instance of AttachReject with the specified mandatory components.

Parameters
argEmmCauseThe value of the emmCause mandatory field

◆ AttachReject() [2/2]

Oss.Nas1790.AttachReject.AttachReject ( int  argEmmCause,
byte[]  argEsmMessageContainer,
Oss.Nas1790.GPRSTimer  argT3346Value,
Oss.Nas1790.GPRSTimer  argT3402Value,
Oss.Nas1790.ExtendedEmmCause  argExtendEmmCause,
Oss.Nas1790.GPRSTimer3  argLowerBoundTimerValue,
Oss.Nas1790.TrackingAreaIdentityList  argForbidden5GSTrackingAreaforRoaming,
Oss.Nas1790.TrackingAreaIdentityList  argForbidden5GSTrackingAreaforRegionalProvision 
)
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
argLowerBoundTimerValueThe value of the lowerBoundTimerValue optional field
argForbidden5GSTrackingAreaforRoamingThe value of the forbidden5GSTrackingAreaforRoaming optional field
argForbidden5GSTrackingAreaforRegionalProvisionThe value of the forbidden5GSTrackingAreaforRegionalProvision optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.