Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | Bearers15Numbers |
Defines meaningful names for particular values of the bearers15 field More... | |
class | EPCONumbers |
Defines meaningful names for particular values of the ePCO field More... | |
class | HcCpCIoTNumbers |
Defines meaningful names for particular values of the hcCpCIoT field More... | |
class | Iwkn26Numbers |
Defines meaningful names for particular values of the iwkn26 field More... | |
class | RestrictDCNRNumbers |
Defines meaningful names for particular values of the restrictDCNR field More... | |
class | RestrictECNumbers |
Defines meaningful names for particular values of the restrictEC field More... | |
class | S1UdataNumbers |
Defines meaningful names for particular values of the s1Udata field More... | |
class | UpCIoTNumbers |
Defines meaningful names for particular values of the upCIoT field More... | |
Public Member Functions | |
NAS1790_EPSNetworkFeatureSupportExt () | |
The default constructor. | |
NAS1790_EPSNetworkFeatureSupportExt (int argBearers15, int argIwkn26, int argRestrictDCNR, int argRestrictEC, int argEPCO, int argHcCpCIoT, int argS1Udata, int argUpCIoT) | |
Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt with the specified mandatory components. More... | |
NAS1790_EPSNetworkFeatureSupportExt (int argBearers15, int argIwkn26, int argRestrictDCNR, int argRestrictEC, int argEPCO, int argHcCpCIoT, int argS1Udata, int argUpCIoT, Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt2 argExt) | |
Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt 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 | Bearers15 [get, set] |
Field 'bearers15' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.Bearers15Numbers class defines meaningful names for particular values of the field | |
int | Iwkn26 [get, set] |
Field 'iwkn26' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.Iwkn26Numbers class defines meaningful names for particular values of the field | |
int | RestrictDCNR [get, set] |
Field 'restrictDCNR' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.RestrictDCNRNumbers class defines meaningful names for particular values of the field | |
int | RestrictEC [get, set] |
Field 'restrictEC' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.RestrictECNumbers class defines meaningful names for particular values of the field | |
int | EPCO [get, set] |
Field 'ePCO' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.EPCONumbers class defines meaningful names for particular values of the field | |
int | HcCpCIoT [get, set] |
Field 'hcCpCIoT' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.HcCpCIoTNumbers class defines meaningful names for particular values of the field | |
int | S1Udata [get, set] |
Field 's1Udata' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.S1UdataNumbers class defines meaningful names for particular values of the field | |
int | UpCIoT [get, set] |
Field 'upCIoT' (mandatory) The NAS1790_EPSNetworkFeatureSupportExt.UpCIoTNumbers class defines meaningful names for particular values of the field | |
Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt2 | Ext [get, set] |
Field 'ext' (optional) | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt
with the specified mandatory components.
argBearers15 | The value of the bearers15 mandatory field |
argIwkn26 | The value of the iwkn26 mandatory field |
argRestrictDCNR | The value of the restrictDCNR mandatory field |
argRestrictEC | The value of the restrictEC mandatory field |
argEPCO | The value of the ePCO mandatory field |
argHcCpCIoT | The value of the hcCpCIoT mandatory field |
argS1Udata | The value of the s1Udata mandatory field |
argUpCIoT | The value of the upCIoT mandatory field |
|
inline |
Constructs an instance of NAS1790_EPSNetworkFeatureSupportExt
with the specified components.
argBearers15 | The value of the bearers15 mandatory field |
argIwkn26 | The value of the iwkn26 mandatory field |
argRestrictDCNR | The value of the restrictDCNR mandatory field |
argRestrictEC | The value of the restrictEC mandatory field |
argEPCO | The value of the ePCO mandatory field |
argHcCpCIoT | The value of the hcCpCIoT mandatory field |
argS1Udata | The value of the s1Udata mandatory field |
argUpCIoT | The value of the upCIoT mandatory field |
argExt | The value of the ext optional 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.