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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Classes

class  NcrNumbers
 Defines meaningful names for particular values of the ncr field More...
 
class  PivNumbers
 Defines meaningful names for particular values of the piv field More...
 
class  PrNumbers
 Defines meaningful names for particular values of the pr field More...
 
class  PtccNumbers
 Defines meaningful names for particular values of the ptcc field More...
 
class  RprNumbers
 Defines meaningful names for particular values of the rpr field More...
 

Public Member Functions

 NAS1790_EPSNetworkFeatureSupportExt2 ()
 The default constructor.
 
 NAS1790_EPSNetworkFeatureSupportExt2 (int argPtcc, int argPr, int argRpr, int argPiv, int argNcr)
 Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt2 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)
 
int Ptcc [get, set]
 Field 'ptcc' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt2.PtccNumbers class defines meaningful names for particular values of the field
 
int Pr [get, set]
 Field 'pr' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt2.PrNumbers class defines meaningful names for particular values of the field
 
int Rpr [get, set]
 Field 'rpr' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt2.RprNumbers class defines meaningful names for particular values of the field
 
int Piv [get, set]
 Field 'piv' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt2.PivNumbers class defines meaningful names for particular values of the field
 
int Ncr [get, set]
 Field 'ncr' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt2.NcrNumbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_EPSNetworkFeatureSupportExt2()

Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt2.NAS1790_EPSNetworkFeatureSupportExt2 ( int  argPtcc,
int  argPr,
int  argRpr,
int  argPiv,
int  argNcr 
)
inline

Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt2 with the specified components.

Parameters
argPtccThe value of the ptcc mandatory field
argPrThe value of the pr mandatory field
argRprThe value of the rpr mandatory field
argPivThe value of the piv mandatory field
argNcrThe value of the ncr mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.