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

Represents the TFTParameter-flowIdentifier type More...

Inherits Sequence.

Public Member Functions

 TFTParameterFlowIdentifier ()
 The default constructor. More...
 
 TFTParameterFlowIdentifier (int argMediaComponentNumber, int argIpFlowNumber)
 Constructs an instance of TFTParameterFlowIdentifier 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 MediaComponentNumber [get, set]
 Field 'mediaComponentNumber' (mandatory) More...
 
int IpFlowNumber [get, set]
 Field 'ipFlowNumber' (mandatory) More...
 

Detailed Description

Represents the TFTParameter-flowIdentifier type

Constructor & Destructor Documentation

◆ TFTParameterFlowIdentifier() [1/2]

Oss.Nas5GS1680.TFTParameterFlowIdentifier.TFTParameterFlowIdentifier ( )
inline

The default constructor.

◆ TFTParameterFlowIdentifier() [2/2]

Oss.Nas5GS1680.TFTParameterFlowIdentifier.TFTParameterFlowIdentifier ( int  argMediaComponentNumber,
int  argIpFlowNumber 
)
inline

Constructs an instance of TFTParameterFlowIdentifier with the specified components.

Parameters
argMediaComponentNumberThe value of the mediaComponentNumber mandatory field
argIpFlowNumberThe value of the ipFlowNumber mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ IpFlowNumber

int Oss.Nas5GS1680.TFTParameterFlowIdentifier.IpFlowNumber
getset

Field 'ipFlowNumber' (mandatory)

◆ MediaComponentNumber

int Oss.Nas5GS1680.TFTParameterFlowIdentifier.MediaComponentNumber
getset

Field 'mediaComponentNumber' (mandatory)