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

Represents the ControlPlaneServiceRequest type More...

Inherits Sequence.

Public Member Functions

 ControlPlaneServiceRequest ()
 The default constructor. More...
 
 ControlPlaneServiceRequest (Oss.Nas1670.ControlPlaneServiceTypeContainer argControlPlaneServiceType, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier)
 Constructs an instance of ControlPlaneServiceRequest with the specified mandatory components. More...
 
 ControlPlaneServiceRequest (Oss.Nas1670.ControlPlaneServiceTypeContainer argControlPlaneServiceType, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, byte[] argEsmMessageContainer, byte[] argNasMessageContainer, Oss.Nas1670.EPSBearerContextStatus argEpsBearerContextStatus, Oss.Nas1670.DeviceProperties argDeviceProperties)
 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.Nas1670.ControlPlaneServiceTypeContainer ControlPlaneServiceType [get, set]
 Field 'controlPlaneServiceType' (mandatory) More...
 
Oss.Nas1670.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) More...
 
byte[] EsmMessageContainer [get, set]
 Field 'esmMessageContainer' (optional) More...
 
byte[] NasMessageContainer [get, set]
 Field 'nasMessageContainer' (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 ControlPlaneServiceRequest type

Constructor & Destructor Documentation

◆ ControlPlaneServiceRequest() [1/3]

Oss.Nas1670.ControlPlaneServiceRequest.ControlPlaneServiceRequest ( )
inline

The default constructor.

◆ ControlPlaneServiceRequest() [2/3]

Oss.Nas1670.ControlPlaneServiceRequest.ControlPlaneServiceRequest ( Oss.Nas1670.ControlPlaneServiceTypeContainer  argControlPlaneServiceType,
Oss.Nas1670.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() [3/3]

Oss.Nas1670.ControlPlaneServiceRequest.ControlPlaneServiceRequest ( Oss.Nas1670.ControlPlaneServiceTypeContainer  argControlPlaneServiceType,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
byte[]  argEsmMessageContainer,
byte[]  argNasMessageContainer,
Oss.Nas1670.EPSBearerContextStatus  argEpsBearerContextStatus,
Oss.Nas1670.DeviceProperties  argDeviceProperties 
)
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

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ControlPlaneServiceType

Oss.Nas1670.ControlPlaneServiceTypeContainer Oss.Nas1670.ControlPlaneServiceRequest.ControlPlaneServiceType
getset

Field 'controlPlaneServiceType' (mandatory)

◆ DeviceProperties

Oss.Nas1670.DeviceProperties Oss.Nas1670.ControlPlaneServiceRequest.DeviceProperties
getset

Field 'deviceProperties' (optional)

◆ EpsBearerContextStatus

Oss.Nas1670.EPSBearerContextStatus Oss.Nas1670.ControlPlaneServiceRequest.EpsBearerContextStatus
getset

Field 'epsBearerContextStatus' (optional)

◆ EsmMessageContainer

byte [] Oss.Nas1670.ControlPlaneServiceRequest.EsmMessageContainer
getset

Field 'esmMessageContainer' (optional)

◆ NasKeySetIdentifier

Oss.Nas1670.NASKeySetIdentifierContainer Oss.Nas1670.ControlPlaneServiceRequest.NasKeySetIdentifier
getset

Field 'nasKeySetIdentifier' (mandatory)

◆ NasMessageContainer

byte [] Oss.Nas1670.ControlPlaneServiceRequest.NasMessageContainer
getset

Field 'nasMessageContainer' (optional)