OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.RegistrationReject Class Reference

Represents the RegistrationReject type More...

Inherits Sequence.

Public Member Functions

 RegistrationReject ()
 The default constructor. More...
 
 RegistrationReject (int argNas5GMMCause)
 Constructs an instance of RegistrationReject with the specified mandatory components. More...
 
 RegistrationReject (int argNas5GMMCause, Oss.Nas5GS1680.GPRSTimer argT3346, Oss.Nas5GS1680.GPRSTimer argT3502, byte[] argEapMessage, Oss.Nas5GS1680.RejectedNSSAI argRejectedNSSAI, Oss.Nas5GS1680.CAGInformationList argCagInformationList)
 Constructs an instance of RegistrationReject 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 Nas5GMMCause [get, set]
 Field 'nas5GMMCause' (mandatory) The NAS5GMMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.GPRSTimer T3346 [get, set]
 Field 't3346' (optional) More...
 
Oss.Nas5GS1680.GPRSTimer T3502 [get, set]
 Field 't3502' (optional) More...
 
byte[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 
Oss.Nas5GS1680.RejectedNSSAI RejectedNSSAI [get, set]
 Field 'rejectedNSSAI' (optional) More...
 
Oss.Nas5GS1680.CAGInformationList CagInformationList [get, set]
 Field 'cagInformationList' (optional) More...
 

Detailed Description

Represents the RegistrationReject type

Constructor & Destructor Documentation

◆ RegistrationReject() [1/3]

Oss.Nas5GS1680.RegistrationReject.RegistrationReject ( )
inline

The default constructor.

◆ RegistrationReject() [2/3]

Oss.Nas5GS1680.RegistrationReject.RegistrationReject ( int  argNas5GMMCause)
inline

Constructs an instance of RegistrationReject with the specified mandatory components.

Parameters
argNas5GMMCauseThe value of the nas5GMMCause mandatory field

◆ RegistrationReject() [3/3]

Oss.Nas5GS1680.RegistrationReject.RegistrationReject ( int  argNas5GMMCause,
Oss.Nas5GS1680.GPRSTimer  argT3346,
Oss.Nas5GS1680.GPRSTimer  argT3502,
byte[]  argEapMessage,
Oss.Nas5GS1680.RejectedNSSAI  argRejectedNSSAI,
Oss.Nas5GS1680.CAGInformationList  argCagInformationList 
)
inline

Constructs an instance of RegistrationReject with the specified components.

Parameters
argNas5GMMCauseThe value of the nas5GMMCause mandatory field
argT3346The value of the t3346 optional field
argT3502The value of the t3502 optional field
argEapMessageThe value of the eapMessage optional field
argRejectedNSSAIThe value of the rejectedNSSAI optional field
argCagInformationListThe value of the cagInformationList optional field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.RegistrationReject.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.Nas5GS1680.RegistrationReject.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.Nas5GS1680.RegistrationReject.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CagInformationList

Oss.Nas5GS1680.CAGInformationList Oss.Nas5GS1680.RegistrationReject.CagInformationList
getset

Field 'cagInformationList' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.RegistrationReject.EapMessage
getset

Field 'eapMessage' (optional)

◆ Nas5GMMCause

int Oss.Nas5GS1680.RegistrationReject.Nas5GMMCause
getset

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

◆ RejectedNSSAI

Oss.Nas5GS1680.RejectedNSSAI Oss.Nas5GS1680.RegistrationReject.RejectedNSSAI
getset

Field 'rejectedNSSAI' (optional)

◆ T3346

Oss.Nas5GS1680.GPRSTimer Oss.Nas5GS1680.RegistrationReject.T3346
getset

Field 't3346' (optional)

◆ T3502

Oss.Nas5GS1680.GPRSTimer Oss.Nas5GS1680.RegistrationReject.T3502
getset

Field 't3502' (optional)