OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.ControlPlaneUserData Class Reference

Represents the ControlPlaneUserData type More...

Inherits Sequence.

Classes

class  DataTypeNumbers
 Defines meaningful names for particular values of the dataType field More...
 

Public Member Functions

 ControlPlaneUserData ()
 The default constructor. More...
 
 ControlPlaneUserData (int argDdx, int argPduSessionIdentity, byte[] argDataContents)
 Constructs an instance of ControlPlaneUserData 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 DataType [get]
 Field 'dataType' (mandatory, readonly) The ControlPlaneUserData.DataTypeNumbers class defines meaningful names for particular values of the field More...
 
int Ddx [get, set]
 Field 'ddx' (mandatory) The DDX class defines meaningful names for particular values of the field More...
 
int PduSessionIdentity [get, set]
 Field 'pduSessionIdentity' (mandatory) The CIoTPDUSessionIdentity class defines meaningful names for particular values of the field More...
 
byte[] DataContents [get, set]
 Field 'dataContents' (mandatory) More...
 

Detailed Description

Represents the ControlPlaneUserData type

Constructor & Destructor Documentation

◆ ControlPlaneUserData() [1/2]

Oss.Nas5GS1680.ControlPlaneUserData.ControlPlaneUserData ( )
inline

The default constructor.

◆ ControlPlaneUserData() [2/2]

Oss.Nas5GS1680.ControlPlaneUserData.ControlPlaneUserData ( int  argDdx,
int  argPduSessionIdentity,
byte[]  argDataContents 
)
inline

Constructs an instance of ControlPlaneUserData with the specified components.

Parameters
argDdxThe value of the ddx mandatory field
argPduSessionIdentityThe value of the pduSessionIdentity mandatory field
argDataContentsThe value of the dataContents mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.ControlPlaneUserData.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.Nas5GS1680.ControlPlaneUserData.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.Nas5GS1680.ControlPlaneUserData.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DataContents

byte [] Oss.Nas5GS1680.ControlPlaneUserData.DataContents
getset

Field 'dataContents' (mandatory)

◆ DataType

int Oss.Nas5GS1680.ControlPlaneUserData.DataType
get

Field 'dataType' (mandatory, readonly) The ControlPlaneUserData.DataTypeNumbers class defines meaningful names for particular values of the field

◆ Ddx

int Oss.Nas5GS1680.ControlPlaneUserData.Ddx
getset

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

◆ PduSessionIdentity

int Oss.Nas5GS1680.ControlPlaneUserData.PduSessionIdentity
getset

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