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

Represents the EPSNetworkFeatureSupport type More...

Inherits Oss.Nas.Sequence.

Classes

class  CpCIoTNumbers
 Defines meaningful names for particular values of the cpCIoT field More...
 
class  EmergencyBearerServicesNumbers
 Defines meaningful names for particular values of the emergencyBearerServices field More...
 
class  ErwoPDNNumbers
 Defines meaningful names for particular values of the erwoPDN field More...
 
class  ExtendedServiceRequestForPSNumbers
 Defines meaningful names for particular values of the extendedServiceRequestForPS field More...
 
class  ImsVoiceOverPSSessionNumbers
 Defines meaningful names for particular values of the imsVoiceOverPSSession field More...
 
class  LocationServicesIndicatorInCSNumbers
 Defines meaningful names for particular values of the locationServicesIndicatorInCS field More...
 
class  LocationServicesIndicatorInEPCNumbers
 Defines meaningful names for particular values of the locationServicesIndicatorInEPC field More...
 

Public Member Functions

 EPSNetworkFeatureSupport ()
 The default constructor.
 
 EPSNetworkFeatureSupport (int argCpCIoT, int argErwoPDN, int argExtendedServiceRequestForPS, int argLocationServicesIndicatorInCS, int argLocationServicesIndicatorInEPC, int argEmergencyBearerServices, int argImsVoiceOverPSSession)
 Constructs an instance of EPSNetworkFeatureSupport with the specified mandatory components. More...
 
 EPSNetworkFeatureSupport (int argCpCIoT, int argErwoPDN, int argExtendedServiceRequestForPS, int argLocationServicesIndicatorInCS, int argLocationServicesIndicatorInEPC, int argEmergencyBearerServices, int argImsVoiceOverPSSession, Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt argExt)
 Constructs an instance of EPSNetworkFeatureSupport 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 CpCIoT [get, set]
 Field 'cpCIoT' (mandatory) The EPSNetworkFeatureSupport.CpCIoTNumbers class defines meaningful names for particular values of the field
 
int ErwoPDN [get, set]
 Field 'erwoPDN' (mandatory) The EPSNetworkFeatureSupport.ErwoPDNNumbers class defines meaningful names for particular values of the field
 
int ExtendedServiceRequestForPS [get, set]
 Field 'extendedServiceRequestForPS' (mandatory) The EPSNetworkFeatureSupport.ExtendedServiceRequestForPSNumbers class defines meaningful names for particular values of the field
 
int LocationServicesIndicatorInCS [get, set]
 Field 'locationServicesIndicatorInCS' (mandatory) The EPSNetworkFeatureSupport.LocationServicesIndicatorInCSNumbers class defines meaningful names for particular values of the field
 
int LocationServicesIndicatorInEPC [get, set]
 Field 'locationServicesIndicatorInEPC' (mandatory) The EPSNetworkFeatureSupport.LocationServicesIndicatorInEPCNumbers class defines meaningful names for particular values of the field
 
int EmergencyBearerServices [get, set]
 Field 'emergencyBearerServices' (mandatory) The EPSNetworkFeatureSupport.EmergencyBearerServicesNumbers class defines meaningful names for particular values of the field
 
int ImsVoiceOverPSSession [get, set]
 Field 'imsVoiceOverPSSession' (mandatory) The EPSNetworkFeatureSupport.ImsVoiceOverPSSessionNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the EPSNetworkFeatureSupport type

Constructor & Destructor Documentation

◆ EPSNetworkFeatureSupport() [1/2]

Oss.Nas1790.EPSNetworkFeatureSupport.EPSNetworkFeatureSupport ( int  argCpCIoT,
int  argErwoPDN,
int  argExtendedServiceRequestForPS,
int  argLocationServicesIndicatorInCS,
int  argLocationServicesIndicatorInEPC,
int  argEmergencyBearerServices,
int  argImsVoiceOverPSSession 
)
inline

Constructs an instance of EPSNetworkFeatureSupport with the specified mandatory components.

Parameters
argCpCIoTThe value of the cpCIoT mandatory field
argErwoPDNThe value of the erwoPDN mandatory field
argExtendedServiceRequestForPSThe value of the extendedServiceRequestForPS mandatory field
argLocationServicesIndicatorInCSThe value of the locationServicesIndicatorInCS mandatory field
argLocationServicesIndicatorInEPCThe value of the locationServicesIndicatorInEPC mandatory field
argEmergencyBearerServicesThe value of the emergencyBearerServices mandatory field
argImsVoiceOverPSSessionThe value of the imsVoiceOverPSSession mandatory field

◆ EPSNetworkFeatureSupport() [2/2]

Oss.Nas1790.EPSNetworkFeatureSupport.EPSNetworkFeatureSupport ( int  argCpCIoT,
int  argErwoPDN,
int  argExtendedServiceRequestForPS,
int  argLocationServicesIndicatorInCS,
int  argLocationServicesIndicatorInEPC,
int  argEmergencyBearerServices,
int  argImsVoiceOverPSSession,
Oss.Nas1790.NAS1790_EPSNetworkFeatureSupportExt  argExt 
)
inline

Constructs an instance of EPSNetworkFeatureSupport with the specified components.

Parameters
argCpCIoTThe value of the cpCIoT mandatory field
argErwoPDNThe value of the erwoPDN mandatory field
argExtendedServiceRequestForPSThe value of the extendedServiceRequestForPS mandatory field
argLocationServicesIndicatorInCSThe value of the locationServicesIndicatorInCS mandatory field
argLocationServicesIndicatorInEPCThe value of the locationServicesIndicatorInEPC mandatory field
argEmergencyBearerServicesThe value of the emergencyBearerServices mandatory field
argImsVoiceOverPSSessionThe value of the imsVoiceOverPSSession mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.