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

Represents the GUTIReallocationCommand type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

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

Detailed Description

Represents the GUTIReallocationCommand type

Constructor & Destructor Documentation

◆ GUTIReallocationCommand() [1/2]

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

Constructs an instance of GUTIReallocationCommand with the specified mandatory components.

Parameters
argGutiThe value of the guti mandatory field

◆ GUTIReallocationCommand() [2/2]

Oss.Nas1790.GUTIReallocationCommand.GUTIReallocationCommand ( Oss.Nas1790.EPSMobileIdentity  argGuti,
Oss.Nas1790.TrackingAreaIdentityList  argTaiList,
int?  argDcnId,
string  argUeRadioCapabilityID,
Oss.Nas1790.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.Nas1790.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.Nas1790.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.Nas1790.GUTIReallocationCommand.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.