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

Represents the NAS5GSRegistrationResult type More...

Inherits Sequence.

Classes

class  Nas5GSRegistrationResultValueNumbers
 Defines meaningful names for particular values of the nas5GSRegistrationResultValue field More...
 
class  NssaaPerformedNumbers
 Defines meaningful names for particular values of the nssaaPerformed field More...
 
class  SmsAllowedNumbers
 Defines meaningful names for particular values of the smsAllowed field More...
 

Public Member Functions

 NAS5GSRegistrationResult ()
 The default constructor. More...
 
 NAS5GSRegistrationResult (bool argEmergencyRegistered, int argNssaaPerformed, int argSmsAllowed, int argNas5GSRegistrationResultValue)
 Constructs an instance of NAS5GSRegistrationResult 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 Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
bool EmergencyRegistered [get, set]
 Field 'emergencyRegistered' (mandatory) More...
 
int NssaaPerformed [get, set]
 Field 'nssaaPerformed' (mandatory) The NAS5GSRegistrationResult.NssaaPerformedNumbers class defines meaningful names for particular values of the field More...
 
int SmsAllowed [get, set]
 Field 'smsAllowed' (mandatory) The NAS5GSRegistrationResult.SmsAllowedNumbers class defines meaningful names for particular values of the field More...
 
int Nas5GSRegistrationResultValue [get, set]
 Field 'nas5GSRegistrationResultValue' (mandatory) The NAS5GSRegistrationResult.Nas5GSRegistrationResultValueNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the NAS5GSRegistrationResult type

Constructor & Destructor Documentation

◆ NAS5GSRegistrationResult() [1/2]

Oss.Nas5GS1680.NAS5GSRegistrationResult.NAS5GSRegistrationResult ( )
inline

The default constructor.

◆ NAS5GSRegistrationResult() [2/2]

Oss.Nas5GS1680.NAS5GSRegistrationResult.NAS5GSRegistrationResult ( bool  argEmergencyRegistered,
int  argNssaaPerformed,
int  argSmsAllowed,
int  argNas5GSRegistrationResultValue 
)
inline

Constructs an instance of NAS5GSRegistrationResult with the specified components.

Parameters
argEmergencyRegisteredThe value of the emergencyRegistered mandatory field
argNssaaPerformedThe value of the nssaaPerformed mandatory field
argSmsAllowedThe value of the smsAllowed mandatory field
argNas5GSRegistrationResultValueThe value of the nas5GSRegistrationResultValue mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EmergencyRegistered

bool Oss.Nas5GS1680.NAS5GSRegistrationResult.EmergencyRegistered
getset

Field 'emergencyRegistered' (mandatory)

◆ Nas5GSRegistrationResultValue

int Oss.Nas5GS1680.NAS5GSRegistrationResult.Nas5GSRegistrationResultValue
getset

Field 'nas5GSRegistrationResultValue' (mandatory) The NAS5GSRegistrationResult.Nas5GSRegistrationResultValueNumbers class defines meaningful names for particular values of the field

◆ NssaaPerformed

int Oss.Nas5GS1680.NAS5GSRegistrationResult.NssaaPerformed
getset

Field 'nssaaPerformed' (mandatory) The NAS5GSRegistrationResult.NssaaPerformedNumbers class defines meaningful names for particular values of the field

◆ SmsAllowed

int Oss.Nas5GS1680.NAS5GSRegistrationResult.SmsAllowed
getset

Field 'smsAllowed' (mandatory) The NAS5GSRegistrationResult.SmsAllowedNumbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.NAS5GSRegistrationResult.Spare
get

Field 'spare' (mandatory, readonly)