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

Represents the ServiceReject type More...

Inherits Sequence.

Public Member Functions

 ServiceReject ()
 The default constructor. More...
 
 ServiceReject (int argNas5GMMCause)
 Constructs an instance of ServiceReject with the specified mandatory components. More...
 
 ServiceReject (int argNas5GMMCause, Oss.Nas5GS1680.AllowedPDUSessionStatus argPduSessionStatus, Oss.Nas5GS1680.GPRSTimer argT3346, byte[] argEapMessage, Oss.Nas5GS1680.GPRSTimer argT3448Value, Oss.Nas5GS1680.CAGInformationList argCagInformationList)
 Constructs an instance of ServiceReject 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.AllowedPDUSessionStatus PduSessionStatus [get, set]
 Field 'pduSessionStatus' (optional) More...
 
Oss.Nas5GS1680.GPRSTimer T3346 [get, set]
 Field 't3346' (optional) More...
 
byte[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 
Oss.Nas5GS1680.GPRSTimer T3448Value [get, set]
 Field 't3448Value' (optional) More...
 
Oss.Nas5GS1680.CAGInformationList CagInformationList [get, set]
 Field 'cagInformationList' (optional) More...
 

Detailed Description

Represents the ServiceReject type

Constructor & Destructor Documentation

◆ ServiceReject() [1/3]

Oss.Nas5GS1680.ServiceReject.ServiceReject ( )
inline

The default constructor.

◆ ServiceReject() [2/3]

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

Constructs an instance of ServiceReject with the specified mandatory components.

Parameters
argNas5GMMCauseThe value of the nas5GMMCause mandatory field

◆ ServiceReject() [3/3]

Oss.Nas5GS1680.ServiceReject.ServiceReject ( int  argNas5GMMCause,
Oss.Nas5GS1680.AllowedPDUSessionStatus  argPduSessionStatus,
Oss.Nas5GS1680.GPRSTimer  argT3346,
byte[]  argEapMessage,
Oss.Nas5GS1680.GPRSTimer  argT3448Value,
Oss.Nas5GS1680.CAGInformationList  argCagInformationList 
)
inline

Constructs an instance of ServiceReject with the specified components.

Parameters
argNas5GMMCauseThe value of the nas5GMMCause mandatory field
argPduSessionStatusThe value of the pduSessionStatus optional field
argT3346The value of the t3346 optional field
argEapMessageThe value of the eapMessage optional field
argT3448ValueThe value of the t3448Value optional field
argCagInformationListThe value of the cagInformationList optional field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.ServiceReject.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.ServiceReject.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.ServiceReject.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.ServiceReject.CagInformationList
getset

Field 'cagInformationList' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.ServiceReject.EapMessage
getset

Field 'eapMessage' (optional)

◆ Nas5GMMCause

int Oss.Nas5GS1680.ServiceReject.Nas5GMMCause
getset

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

◆ PduSessionStatus

Oss.Nas5GS1680.AllowedPDUSessionStatus Oss.Nas5GS1680.ServiceReject.PduSessionStatus
getset

Field 'pduSessionStatus' (optional)

◆ T3346

Oss.Nas5GS1680.GPRSTimer Oss.Nas5GS1680.ServiceReject.T3346
getset

Field 't3346' (optional)

◆ T3448Value

Oss.Nas5GS1680.GPRSTimer Oss.Nas5GS1680.ServiceReject.T3448Value
getset

Field 't3448Value' (optional)