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

Represents the ResultI type More...

Inherits Sequence.

Classes

class  CauseNumbers
 Defines meaningful names for particular values of the cause field More...
 

Public Member Functions

 ResultI ()
 The default constructor. More...
 
 ResultI (int argUpsc, int argFailedInstructionOrder, int argCause)
 Constructs an instance of ResultI 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 Upsc [get, set]
 Field 'upsc' (mandatory) More...
 
int FailedInstructionOrder [get, set]
 Field 'failedInstructionOrder' (mandatory) More...
 
int Cause [get, set]
 Field 'cause' (mandatory) The ResultI.CauseNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the ResultI type

Constructor & Destructor Documentation

◆ ResultI() [1/2]

Oss.Nas5GS1680.ResultI.ResultI ( )
inline

The default constructor.

◆ ResultI() [2/2]

Oss.Nas5GS1680.ResultI.ResultI ( int  argUpsc,
int  argFailedInstructionOrder,
int  argCause 
)
inline

Constructs an instance of ResultI with the specified components.

Parameters
argUpscThe value of the upsc mandatory field
argFailedInstructionOrderThe value of the failedInstructionOrder mandatory field
argCauseThe value of the cause mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Cause

int Oss.Nas5GS1680.ResultI.Cause
getset

Field 'cause' (mandatory) The ResultI.CauseNumbers class defines meaningful names for particular values of the field

◆ FailedInstructionOrder

int Oss.Nas5GS1680.ResultI.FailedInstructionOrder
getset

Field 'failedInstructionOrder' (mandatory)

◆ Upsc

int Oss.Nas5GS1680.ResultI.Upsc
getset

Field 'upsc' (mandatory)