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

Represents the GUTIReallocationCommand type More...

Inherits Sequence.

Public Member Functions

 GUTIReallocationCommand ()
 The default constructor. More...
 
 GUTIReallocationCommand (Oss.Nas1670.EPSMobileIdentity argGuti)
 Constructs an instance of GUTIReallocationCommand with the specified mandatory components. More...
 
 GUTIReallocationCommand (Oss.Nas1670.EPSMobileIdentity argGuti, Oss.Nas1670.TrackingAreaIdentityList argTaiList, int? argDcnId, string argUeRadioCapabilityID, Oss.Nas1670.UERadioCapabilityIDDeletionIndication argUeRadioCapabilityIDDeletionIndication)
 Constructs an instance of GUTIReallocationCommand 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.EPSMobileIdentity Guti [get, set]
 Field 'guti' (mandatory) More...
 
Oss.Nas1670.TrackingAreaIdentityList TaiList [get, set]
 Field 'taiList' (optional) More...
 
int? DcnId [get, set]
 Field 'dcn-id' (optional) More...
 
string UeRadioCapabilityID [get, set]
 Field 'ueRadioCapabilityID' (optional) More...
 
Oss.Nas1670.UERadioCapabilityIDDeletionIndication UeRadioCapabilityIDDeletionIndication [get, set]
 Field 'ueRadioCapabilityIDDeletionIndication' (optional) More...
 

Detailed Description

Represents the GUTIReallocationCommand type

Constructor & Destructor Documentation

◆ GUTIReallocationCommand() [1/3]

Oss.Nas1670.GUTIReallocationCommand.GUTIReallocationCommand ( )
inline

The default constructor.

◆ GUTIReallocationCommand() [2/3]

Oss.Nas1670.GUTIReallocationCommand.GUTIReallocationCommand ( Oss.Nas1670.EPSMobileIdentity  argGuti)
inline

Constructs an instance of GUTIReallocationCommand with the specified mandatory components.

Parameters
argGutiThe value of the guti mandatory field

◆ GUTIReallocationCommand() [3/3]

Oss.Nas1670.GUTIReallocationCommand.GUTIReallocationCommand ( Oss.Nas1670.EPSMobileIdentity  argGuti,
Oss.Nas1670.TrackingAreaIdentityList  argTaiList,
int?  argDcnId,
string  argUeRadioCapabilityID,
Oss.Nas1670.UERadioCapabilityIDDeletionIndication  argUeRadioCapabilityIDDeletionIndication 
)
inline

Constructs an instance of GUTIReallocationCommand with the specified components.

Parameters
argGutiThe value of the guti mandatory field
argTaiListThe value of the taiList optional field
argDcnIdThe value of the dcn-id optional field
argUeRadioCapabilityIDThe value of the ueRadioCapabilityID optional field
argUeRadioCapabilityIDDeletionIndicationThe value of the ueRadioCapabilityIDDeletionIndication optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DcnId

int? Oss.Nas1670.GUTIReallocationCommand.DcnId
getset

Field 'dcn-id' (optional)

◆ Guti

Oss.Nas1670.EPSMobileIdentity Oss.Nas1670.GUTIReallocationCommand.Guti
getset

Field 'guti' (mandatory)

◆ TaiList

Oss.Nas1670.TrackingAreaIdentityList Oss.Nas1670.GUTIReallocationCommand.TaiList
getset

Field 'taiList' (optional)

◆ UeRadioCapabilityID

string Oss.Nas1670.GUTIReallocationCommand.UeRadioCapabilityID
getset

Field 'ueRadioCapabilityID' (optional)

◆ UeRadioCapabilityIDDeletionIndication

Oss.Nas1670.UERadioCapabilityIDDeletionIndication Oss.Nas1670.GUTIReallocationCommand.UeRadioCapabilityIDDeletionIndication
getset

Field 'ueRadioCapabilityIDDeletionIndication' (optional)