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

Represents the PacketFilter type More...

Inherits Sequence.

Classes

class  ContentsType
 Represents the type of the contents field More...
 
class  PacketFilterDirectionNumbers
 Defines meaningful names for particular values of the packetFilterDirection field More...
 

Public Member Functions

 PacketFilter ()
 The default constructor. More...
 
 PacketFilter (int argPacketFilterDirection, int argPacketFilterIdentifier, int argEvaluationPrecedence, Oss.Nas5GS1680.PacketFilter.ContentsType argContents)
 Constructs an instance of PacketFilter 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 Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int PacketFilterDirection [get, set]
 Field 'packetFilterDirection' (mandatory) The PacketFilter.PacketFilterDirectionNumbers class defines meaningful names for particular values of the field More...
 
int PacketFilterIdentifier [get, set]
 Field 'packetFilterIdentifier' (mandatory) More...
 
int EvaluationPrecedence [get, set]
 Field 'evaluationPrecedence' (mandatory) More...
 
Oss.Nas5GS1680.PacketFilter.ContentsType Contents [get, set]
 Field 'contents' (mandatory) More...
 

Detailed Description

Represents the PacketFilter type

Constructor & Destructor Documentation

◆ PacketFilter() [1/2]

Oss.Nas5GS1680.PacketFilter.PacketFilter ( )
inline

The default constructor.

◆ PacketFilter() [2/2]

Oss.Nas5GS1680.PacketFilter.PacketFilter ( int  argPacketFilterDirection,
int  argPacketFilterIdentifier,
int  argEvaluationPrecedence,
Oss.Nas5GS1680.PacketFilter.ContentsType  argContents 
)
inline

Constructs an instance of PacketFilter with the specified components.

Parameters
argPacketFilterDirectionThe value of the packetFilterDirection mandatory field
argPacketFilterIdentifierThe value of the packetFilterIdentifier mandatory field
argEvaluationPrecedenceThe value of the evaluationPrecedence mandatory field
argContentsThe value of the contents mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Contents

Oss.Nas5GS1680.PacketFilter.ContentsType Oss.Nas5GS1680.PacketFilter.Contents
getset

Field 'contents' (mandatory)

◆ EvaluationPrecedence

int Oss.Nas5GS1680.PacketFilter.EvaluationPrecedence
getset

Field 'evaluationPrecedence' (mandatory)

◆ PacketFilterDirection

int Oss.Nas5GS1680.PacketFilter.PacketFilterDirection
getset

Field 'packetFilterDirection' (mandatory) The PacketFilter.PacketFilterDirectionNumbers class defines meaningful names for particular values of the field

◆ PacketFilterIdentifier

int Oss.Nas5GS1680.PacketFilter.PacketFilterIdentifier
getset

Field 'packetFilterIdentifier' (mandatory)

◆ Spare

int Oss.Nas5GS1680.PacketFilter.Spare
get

Field 'spare' (mandatory, readonly)