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

Represents the TrafficFlowTemplate-parameters type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 TrafficFlowTemplateParameters ()
 The default constructor.
 
 TrafficFlowTemplateParameters (Oss.Nas1790.NAS1790_TpacketFilterList argPacketFilterList)
 Constructs an instance of TrafficFlowTemplateParameters with the specified mandatory components. More...
 
 TrafficFlowTemplateParameters (Oss.Nas1790.NAS1790_TpacketFilterList argPacketFilterList, Oss.Nas1790.TFTParameterList argParameterList)
 Constructs an instance of TrafficFlowTemplateParameters 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 NumberOfPacketFilters [get]
 Field 'numberOfPacketFilters' (mandatory, readonly)
 
Oss.Nas1790.NAS1790_TpacketFilterList PacketFilterList [get, set]
 Field 'packetFilterList' (mandatory)
 
Oss.Nas1790.TFTParameterList ParameterList [get, set]
 Field 'parameterList' (optional)
 

Detailed Description

Represents the TrafficFlowTemplate-parameters type

Constructor & Destructor Documentation

◆ TrafficFlowTemplateParameters() [1/2]

Oss.Nas1790.TrafficFlowTemplateParameters.TrafficFlowTemplateParameters ( Oss.Nas1790.NAS1790_TpacketFilterList  argPacketFilterList)
inline

Constructs an instance of TrafficFlowTemplateParameters with the specified mandatory components.

Parameters
argPacketFilterListThe value of the packetFilterList mandatory field

◆ TrafficFlowTemplateParameters() [2/2]

Oss.Nas1790.TrafficFlowTemplateParameters.TrafficFlowTemplateParameters ( Oss.Nas1790.NAS1790_TpacketFilterList  argPacketFilterList,
Oss.Nas1790.TFTParameterList  argParameterList 
)
inline

Constructs an instance of TrafficFlowTemplateParameters with the specified components.

Parameters
argPacketFilterListThe value of the packetFilterList mandatory field
argParameterListThe value of the parameterList optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.