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

Represents the TransactionIdentifier type More...

Inherits Sequence.

Classes

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

Detailed Description

Represents the TransactionIdentifier type

Constructor & Destructor Documentation

◆ TransactionIdentifier() [1/3]

Oss.Nas1670.TransactionIdentifier.TransactionIdentifier ( )
inline

The default constructor.

◆ TransactionIdentifier() [2/3]

Oss.Nas1670.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() [3/3]

Oss.Nas1670.TransactionIdentifier.TransactionIdentifier ( int  argTiFlag,
int  argTiValue1,
Oss.Nas1670.TransactionIdentifier.ExtContainer  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.Nas1670.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.Nas1670.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.Nas1670.TransactionIdentifier.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ext

Oss.Nas1670.TransactionIdentifier.ExtContainer Oss.Nas1670.TransactionIdentifier.Ext
getset

Field 'ext' (optional)

◆ Spare

int Oss.Nas1670.TransactionIdentifier.Spare
get

Field 'spare' (mandatory, readonly)

◆ TiFlag

int Oss.Nas1670.TransactionIdentifier.TiFlag
getset

Field 'tiFlag' (mandatory) The TransactionIdentifier.TiFlagNumbers class defines meaningful names for particular values of the field

◆ TiValue1

int Oss.Nas1670.TransactionIdentifier.TiValue1
getset

Field 'tiValue1' (mandatory) The TransactionIdentifier.TiValue1Numbers class defines meaningful names for particular values of the field