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

Represents the QoSFlowDescription type More...

Inherits Sequence.

Classes

class  OperationCodeNumbers
 Defines meaningful names for particular values of the operationCode field More...
 
class  QosParametersType
 Represents the type of the qosParameters field More...
 

Public Member Functions

 QoSFlowDescription ()
 The default constructor. More...
 
 QoSFlowDescription (int argQfi, Oss.Nas5GS1680.QoSFlowDescription.QosParametersType argQosParameters)
 Constructs an instance of QoSFlowDescription 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...
 
int Qfi [get, set]
 Field 'qfi' (mandatory) The QFI class defines meaningful names for particular values of the field More...
 
int OperationCode [get]
 Field 'operationCode' (mandatory, readonly) The QoSFlowDescription.OperationCodeNumbers class defines meaningful names for particular values of the field More...
 
int Spare5 [get]
 Field 'spare5' (mandatory, readonly) More...
 
Oss.Nas5GS1680.QoSFlowDescription.QosParametersType QosParameters [get, set]
 Field 'qosParameters' (mandatory) More...
 

Detailed Description

Represents the QoSFlowDescription type

Constructor & Destructor Documentation

◆ QoSFlowDescription() [1/2]

Oss.Nas5GS1680.QoSFlowDescription.QoSFlowDescription ( )
inline

The default constructor.

◆ QoSFlowDescription() [2/2]

Oss.Nas5GS1680.QoSFlowDescription.QoSFlowDescription ( int  argQfi,
Oss.Nas5GS1680.QoSFlowDescription.QosParametersType  argQosParameters 
)
inline

Constructs an instance of QoSFlowDescription with the specified components.

Parameters
argQfiThe value of the qfi mandatory field
argQosParametersThe value of the qosParameters mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ OperationCode

int Oss.Nas5GS1680.QoSFlowDescription.OperationCode
get

Field 'operationCode' (mandatory, readonly) The QoSFlowDescription.OperationCodeNumbers class defines meaningful names for particular values of the field

◆ Qfi

int Oss.Nas5GS1680.QoSFlowDescription.Qfi
getset

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

◆ QosParameters

Oss.Nas5GS1680.QoSFlowDescription.QosParametersType Oss.Nas5GS1680.QoSFlowDescription.QosParameters
getset

Field 'qosParameters' (mandatory)

◆ Spare

int Oss.Nas5GS1680.QoSFlowDescription.Spare
get

Field 'spare' (mandatory, readonly)

◆ Spare5

int Oss.Nas5GS1680.QoSFlowDescription.Spare5
get

Field 'spare5' (mandatory, readonly)