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

Represents the type of the ueParametersUpdateHeader field More...

Inherits Sequence.

Classes

class  AckNumbers
 Defines meaningful names for particular values of the ack field More...
 
class  RegNumbers
 Defines meaningful names for particular values of the reg field More...
 

Public Member Functions

 UeParametersUpdateHeaderType ()
 The default constructor. More...
 
 UeParametersUpdateHeaderType (int argReg, int argAck)
 Constructs an instance of UeParametersUpdateHeaderType 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 Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int Reg [get, set]
 Field 'reg' (mandatory) The UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.RegNumbers class defines meaningful names for particular values of the field More...
 
int Ack [get, set]
 Field 'ack' (mandatory) The UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.AckNumbers class defines meaningful names for particular values of the field More...
 
int UpuDataType [get]
 Field 'upuDataType' (mandatory, readonly) More...
 

Detailed Description

Represents the type of the ueParametersUpdateHeader field

Constructor & Destructor Documentation

◆ UeParametersUpdateHeaderType() [1/2]

Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.UeParametersUpdateHeaderType ( )
inline

The default constructor.

◆ UeParametersUpdateHeaderType() [2/2]

Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.UeParametersUpdateHeaderType ( int  argReg,
int  argAck 
)
inline

Constructs an instance of UeParametersUpdateHeaderType with the specified components.

Parameters
argRegThe value of the reg mandatory field
argAckThe value of the ack mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ack

int Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.Ack
getset

Field 'ack' (mandatory) The UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.AckNumbers class defines meaningful names for particular values of the field

◆ Reg

int Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.Reg
getset

Field 'reg' (mandatory) The UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.RegNumbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.Spare
get

Field 'spare' (mandatory, readonly)

◆ UpuDataType

int Oss.Nas5GS1680.UEParametersUpdateTransparentContainer0.UeParametersUpdateHeaderType.UpuDataType
get

Field 'upuDataType' (mandatory, readonly)