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

Represents the TransactionIdentifier type More...

Inherits Oss.Nas.Sequence.

Classes

class  TiFlagNumbers
 Defines meaningful names for particular values of the tiFlag field More...
 
class  TiValue1Numbers
 Defines meaningful names for particular values of the tiValue1 field More...
 

Public Member Functions

 TransactionIdentifier ()
 The default constructor.
 
 TransactionIdentifier (int argTiFlag, int argTiValue1)
 Constructs an instance of TransactionIdentifier with the specified mandatory components. More...
 
 TransactionIdentifier (int argTiFlag, int argTiValue1, Oss.Nas1790.NAS1790_TransactionIdentifierExt argExt)
 Constructs an instance of TransactionIdentifier 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 TiFlag [get, set]
 Field 'tiFlag' (mandatory) The TransactionIdentifier.TiFlagNumbers class defines meaningful names for particular values of the field
 
int TiValue1 [get, set]
 Field 'tiValue1' (mandatory) The TransactionIdentifier.TiValue1Numbers class defines meaningful names for particular values of the field
 
int Spare [get]
 Field 'spare' (mandatory, readonly)
 
Oss.Nas1790.NAS1790_TransactionIdentifierExt Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the TransactionIdentifier type

Constructor & Destructor Documentation

◆ TransactionIdentifier() [1/2]

Oss.Nas1790.TransactionIdentifier.TransactionIdentifier ( int  argTiFlag,
int  argTiValue1 
)
inline

Constructs an instance of TransactionIdentifier with the specified mandatory components.

Parameters
argTiFlagThe value of the tiFlag mandatory field
argTiValue1The value of the tiValue1 mandatory field

◆ TransactionIdentifier() [2/2]

Oss.Nas1790.TransactionIdentifier.TransactionIdentifier ( int  argTiFlag,
int  argTiValue1,
Oss.Nas1790.NAS1790_TransactionIdentifierExt  argExt 
)
inline

Constructs an instance of TransactionIdentifier with the specified components.

Parameters
argTiFlagThe value of the tiFlag mandatory field
argTiValue1The value of the tiValue1 mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.TransactionIdentifier.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.TransactionIdentifier.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.TransactionIdentifier.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.