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

Represents the ServiceReject type More...

Inherits Sequence.

Public Member Functions

 ServiceReject ()
 The default constructor. More...
 
 ServiceReject (int argEmmCause)
 Constructs an instance of ServiceReject with the specified mandatory components. More...
 
 ServiceReject (int argEmmCause, Oss.Nas1670.GPRSTimer argT3442Value, Oss.Nas1670.GPRSTimer argT3346Value, Oss.Nas1670.GPRSTimer argT3448value)
 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 EmmCause [get, set]
 Field 'emmCause' (mandatory) The EMMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas1670.GPRSTimer T3442Value [get, set]
 Field 't3442Value' (optional) More...
 
Oss.Nas1670.GPRSTimer T3346Value [get, set]
 Field 't3346Value' (optional) More...
 
Oss.Nas1670.GPRSTimer T3448value [get, set]
 Field 't3448value' (optional) More...
 

Detailed Description

Represents the ServiceReject type

Constructor & Destructor Documentation

◆ ServiceReject() [1/3]

Oss.Nas1670.ServiceReject.ServiceReject ( )
inline

The default constructor.

◆ ServiceReject() [2/3]

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

Constructs an instance of ServiceReject with the specified mandatory components.

Parameters
argEmmCauseThe value of the emmCause mandatory field

◆ ServiceReject() [3/3]

Oss.Nas1670.ServiceReject.ServiceReject ( int  argEmmCause,
Oss.Nas1670.GPRSTimer  argT3442Value,
Oss.Nas1670.GPRSTimer  argT3346Value,
Oss.Nas1670.GPRSTimer  argT3448value 
)
inline

Constructs an instance of ServiceReject with the specified components.

Parameters
argEmmCauseThe value of the emmCause mandatory field
argT3442ValueThe value of the t3442Value optional field
argT3346ValueThe value of the t3346Value optional field
argT3448valueThe value of the t3448value optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EmmCause

int Oss.Nas1670.ServiceReject.EmmCause
getset

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

◆ T3346Value

Oss.Nas1670.GPRSTimer Oss.Nas1670.ServiceReject.T3346Value
getset

Field 't3346Value' (optional)

◆ T3442Value

Oss.Nas1670.GPRSTimer Oss.Nas1670.ServiceReject.T3442Value
getset

Field 't3442Value' (optional)

◆ T3448value

Oss.Nas1670.GPRSTimer Oss.Nas1670.ServiceReject.T3448value
getset

Field 't3448value' (optional)