OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.ExtendedServiceRequest Class Reference

Represents the ExtendedServiceRequest type More...

Inherits Sequence.

Public Member Functions

 ExtendedServiceRequest ()
 The default constructor. More...
 
 ExtendedServiceRequest (int argServiceType, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1670.MobileIdentity argMtmsi)
 Constructs an instance of ExtendedServiceRequest with the specified mandatory components. More...
 
 ExtendedServiceRequest (int argServiceType, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1670.MobileIdentity argMtmsi, Oss.Nas1670.CSFBResponseContainer argCsfbResponse, Oss.Nas1670.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1670.DeviceProperties argDeviceProperties)
 Constructs an instance of ExtendedServiceRequest 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 ServiceType [get, set]
 Field 'serviceType' (mandatory) The ServiceType class defines meaningful names for particular values of the field More...
 
Oss.Nas1670.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) More...
 
Oss.Nas1670.MobileIdentity Mtmsi [get, set]
 Field 'mtmsi' (mandatory) More...
 
Oss.Nas1670.CSFBResponseContainer CsfbResponse [get, set]
 Field 'csfbResponse' (optional) More...
 
Oss.Nas1670.EPSBearerContextStatus EpsBearerContextStatus [get, set]
 Field 'epsBearerContextStatus' (optional) More...
 
Oss.Nas1670.DeviceProperties DeviceProperties [get, set]
 Field 'deviceProperties' (optional) More...
 

Detailed Description

Represents the ExtendedServiceRequest type

Constructor & Destructor Documentation

◆ ExtendedServiceRequest() [1/3]

Oss.Nas1670.ExtendedServiceRequest.ExtendedServiceRequest ( )
inline

The default constructor.

◆ ExtendedServiceRequest() [2/3]

Oss.Nas1670.ExtendedServiceRequest.ExtendedServiceRequest ( int  argServiceType,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1670.MobileIdentity  argMtmsi 
)
inline

Constructs an instance of ExtendedServiceRequest with the specified mandatory components.

Parameters
argServiceTypeThe value of the serviceType mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argMtmsiThe value of the mtmsi mandatory field

◆ ExtendedServiceRequest() [3/3]

Oss.Nas1670.ExtendedServiceRequest.ExtendedServiceRequest ( int  argServiceType,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1670.MobileIdentity  argMtmsi,
Oss.Nas1670.CSFBResponseContainer  argCsfbResponse,
Oss.Nas1670.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1670.DeviceProperties  argDeviceProperties 
)
inline

Constructs an instance of ExtendedServiceRequest with the specified components.

Parameters
argServiceTypeThe value of the serviceType mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argMtmsiThe value of the mtmsi mandatory field
argCsfbResponseThe value of the csfbResponse optional field
argEpsBearerContextStatusThe value of the epsBearerContextStatus optional field
argDevicePropertiesThe value of the deviceProperties optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.ExtendedServiceRequest.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.Nas1670.ExtendedServiceRequest.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.Nas1670.ExtendedServiceRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CsfbResponse

Oss.Nas1670.CSFBResponseContainer Oss.Nas1670.ExtendedServiceRequest.CsfbResponse
getset

Field 'csfbResponse' (optional)

◆ DeviceProperties

Oss.Nas1670.DeviceProperties Oss.Nas1670.ExtendedServiceRequest.DeviceProperties
getset

Field 'deviceProperties' (optional)

◆ EpsBearerContextStatus

Oss.Nas1670.EPSBearerContextStatus Oss.Nas1670.ExtendedServiceRequest.EpsBearerContextStatus
getset

Field 'epsBearerContextStatus' (optional)

◆ Mtmsi

Oss.Nas1670.MobileIdentity Oss.Nas1670.ExtendedServiceRequest.Mtmsi
getset

Field 'mtmsi' (mandatory)

◆ NasKeySetIdentifier

Oss.Nas1670.NASKeySetIdentifierContainer Oss.Nas1670.ExtendedServiceRequest.NasKeySetIdentifier
getset

Field 'nasKeySetIdentifier' (mandatory)

◆ ServiceType

int Oss.Nas1670.ExtendedServiceRequest.ServiceType
getset

Field 'serviceType' (mandatory) The ServiceType class defines meaningful names for particular values of the field