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

Represents the ControlPlaneServiceRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 ControlPlaneServiceRequest ()
 The default constructor.
 
 ControlPlaneServiceRequest (Oss.Nas1790.ControlPlaneServiceTypeContainer argControlPlaneServiceType, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier)
 Constructs an instance of ControlPlaneServiceRequest with the specified mandatory components. More...
 
 ControlPlaneServiceRequest (Oss.Nas1790.ControlPlaneServiceTypeContainer argControlPlaneServiceType, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, byte[] argEsmMessageContainer, byte[] argNasMessageContainer, Oss.Nas1790.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1790.DeviceProperties argDeviceProperties, Oss.Nas1790.UERequestType argUeRequestType, Oss.Nas1790.PagingRestriction argPagingRestriction)
 Constructs an instance of ControlPlaneServiceRequest 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

Oss.Nas1790.ControlPlaneServiceTypeContainer ControlPlaneServiceType [get, set]
 Field 'controlPlaneServiceType' (mandatory)
 
Oss.Nas1790.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory)
 
byte[] EsmMessageContainer [get, set]
 Field 'esmMessageContainer' (optional)
 
byte[] NasMessageContainer [get, set]
 Field 'nasMessageContainer' (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 ControlPlaneServiceRequest type

Constructor & Destructor Documentation

◆ ControlPlaneServiceRequest() [1/2]

Oss.Nas1790.ControlPlaneServiceRequest.ControlPlaneServiceRequest ( Oss.Nas1790.ControlPlaneServiceTypeContainer  argControlPlaneServiceType,
Oss.Nas1790.NASKeySetIdentifierContainer  argNasKeySetIdentifier 
)
inline

Constructs an instance of ControlPlaneServiceRequest with the specified mandatory components.

Parameters
argControlPlaneServiceTypeThe value of the controlPlaneServiceType mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field

◆ ControlPlaneServiceRequest() [2/2]

Oss.Nas1790.ControlPlaneServiceRequest.ControlPlaneServiceRequest ( Oss.Nas1790.ControlPlaneServiceTypeContainer  argControlPlaneServiceType,
Oss.Nas1790.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
byte[]  argEsmMessageContainer,
byte[]  argNasMessageContainer,
Oss.Nas1790.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1790.DeviceProperties  argDeviceProperties,
Oss.Nas1790.UERequestType  argUeRequestType,
Oss.Nas1790.PagingRestriction  argPagingRestriction 
)
inline

Constructs an instance of ControlPlaneServiceRequest with the specified components.

Parameters
argControlPlaneServiceTypeThe value of the controlPlaneServiceType mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argEsmMessageContainerThe value of the esmMessageContainer optional field
argNasMessageContainerThe value of the nasMessageContainer 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.ControlPlaneServiceRequest.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.ControlPlaneServiceRequest.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.ControlPlaneServiceRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.