OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.EPSQualityOfService Class Reference

Represents the EPSQualityOfService type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 EPSQualityOfService ()
 The default constructor.
 
 EPSQualityOfService (int argQci)
 Constructs an instance of EPSQualityOfService with the specified mandatory components. More...
 
 EPSQualityOfService (int argQci, Oss.Nas1790.NAS1790_Tbitrates argBitrates)
 Constructs an instance of EPSQualityOfService 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 Qci [get, set]
 Field 'qci' (mandatory) The QCI class defines meaningful names for particular values of the field
 
Oss.Nas1790.NAS1790_Tbitrates Bitrates [get, set]
 Field 'bitrates' (optional)
 

Detailed Description

Represents the EPSQualityOfService type

Constructor & Destructor Documentation

◆ EPSQualityOfService() [1/2]

Oss.Nas1790.EPSQualityOfService.EPSQualityOfService ( int  argQci)
inline

Constructs an instance of EPSQualityOfService with the specified mandatory components.

Parameters
argQciThe value of the qci mandatory field

◆ EPSQualityOfService() [2/2]

Oss.Nas1790.EPSQualityOfService.EPSQualityOfService ( int  argQci,
Oss.Nas1790.NAS1790_Tbitrates  argBitrates 
)
inline

Constructs an instance of EPSQualityOfService with the specified components.

Parameters
argQciThe value of the qci mandatory field
argBitratesThe value of the bitrates optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.EPSQualityOfService.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.Nas1790.EPSQualityOfService.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.Nas1790.EPSQualityOfService.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.