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

Represents the ExtendedServiceRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 ExtendedServiceRequest ()
 The default constructor.
 
 ExtendedServiceRequest (int argServiceType, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1790.MobileIdentity argMtmsi)
 Constructs an instance of ExtendedServiceRequest with the specified mandatory components. More...
 
 ExtendedServiceRequest (int argServiceType, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1790.MobileIdentity argMtmsi, Oss.Nas1790.CSFBResponseContainer argCsfbResponse, Oss.Nas1790.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1790.DeviceProperties argDeviceProperties, Oss.Nas1790.UERequestType argUeRequestType, Oss.Nas1790.PagingRestriction argPagingRestriction)
 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
 
Oss.Nas1790.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory)
 
Oss.Nas1790.MobileIdentity Mtmsi [get, set]
 Field 'mtmsi' (mandatory)
 
Oss.Nas1790.CSFBResponseContainer CsfbResponse [get, set]
 Field 'csfbResponse' (optional)
 
Oss.Nas1790.EPSBearerContextStatus EpsBearerContextStatus [get, set]
 Field 'epsBearerContextStatus' (optional)
 
Oss.Nas1790.DeviceProperties DeviceProperties [get, set]
 Field 'deviceProperties' (optional)
 
Oss.Nas1790.UERequestType UeRequestType [get, set]
 Field 'ueRequestType' (optional)
 
Oss.Nas1790.PagingRestriction PagingRestriction [get, set]
 Field 'pagingRestriction' (optional)
 

Detailed Description

Represents the ExtendedServiceRequest type

Constructor & Destructor Documentation

◆ ExtendedServiceRequest() [1/2]

Oss.Nas1790.ExtendedServiceRequest.ExtendedServiceRequest ( int  argServiceType,
Oss.Nas1790.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1790.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() [2/2]

Oss.Nas1790.ExtendedServiceRequest.ExtendedServiceRequest ( int  argServiceType,
Oss.Nas1790.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1790.MobileIdentity  argMtmsi,
Oss.Nas1790.CSFBResponseContainer  argCsfbResponse,
Oss.Nas1790.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1790.DeviceProperties  argDeviceProperties,
Oss.Nas1790.UERequestType  argUeRequestType,
Oss.Nas1790.PagingRestriction  argPagingRestriction 
)
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
argUeRequestTypeThe value of the ueRequestType optional field
argPagingRestrictionThe value of the pagingRestriction optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.