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 | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt2
with the specified components.
argPtcc | The value of the ptcc mandatory field |
argPr | The value of the pr mandatory field |
argRpr | The value of the rpr mandatory field |
argPiv | The value of the piv mandatory field |
argNcr | The value of the ncr mandatory field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.