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

Represents the type of the packetFilterComponentValue field More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, Ipv4RemoteAddressTypeChosen = 1, Ipv4LocalAddressTypeChosen = 2, Ipv6RemoteAddressTypeChosen = 3,
  Ipv6RemoteAddressPrefixLengthTypeChosen = 4, Ipv6LocalAddressPrefixLengthTypeChosen = 5, ProtocolIdentifierTypeChosen = 6, SingleLocalPortTypeChosen = 7,
  LocalPortRangeTypeChosen = 8, SingleRemotePortTypeChosen = 9, RemotePortRangeTypeChosen = 10, SecurityParameterIndexTypeChosen = 11,
  TypeOfServiceTypeChosen = 12, FlowLabelTypeChosen = 13, DestinationMACAddressTypeChosen = 14, SourceMACAddressTypeChosen = 15,
  S8021QCTAGVIDTypeChosen = 16, S8021QSTAGVIDTypeChosen = 17, S8021QCTAGPCPDEITypeChosen = 18, S8021QSTAGPCPDEITypeChosen = 19,
  EthertypeTypeChosen = 20
}
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
Oss.Nas1670.PFCIpv4RemoteAddressIpv4RemoteAddressType [get, set]
 Gets or selects the 'ipv4RemoteAddressType' alternative. More...
 
Oss.Nas1670.PFCIpv4RemoteAddressIpv4LocalAddressType [get, set]
 Gets or selects the 'ipv4LocalAddressType' alternative. More...
 
Oss.Nas1670.PFCIpv6RemoteAddressIpv6RemoteAddressType [get, set]
 Gets or selects the 'ipv6RemoteAddressType' alternative. More...
 
Oss.Nas1670.PFCIpv6RemoteAddressPrefixLengthTypeIpv6RemoteAddressPrefixLengthType [get, set]
 Gets or selects the 'ipv6RemoteAddressPrefixLengthType' alternative. More...
 
Oss.Nas1670.PFCIpv6RemoteAddressPrefixLengthTypeIpv6LocalAddressPrefixLengthType [get, set]
 Gets or selects the 'ipv6LocalAddressPrefixLengthType' alternative. More...
 
int??? ProtocolIdentifierType [get, set]
 Gets or selects the 'protocolIdentifierType' alternative. More...
 
int??? SingleLocalPortType [get, set]
 Gets or selects the 'singleLocalPortType' alternative. More...
 
Oss.Nas1670.PFCPortRangeLocalPortRangeType [get, set]
 Gets or selects the 'localPortRangeType' alternative. More...
 
int??? SingleRemotePortType [get, set]
 Gets or selects the 'singleRemotePortType' alternative. More...
 
Oss.Nas1670.PFCPortRangeRemotePortRangeType [get, set]
 Gets or selects the 'remotePortRangeType' alternative. More...
 
byte[]? SecurityParameterIndexType [get, set]
 Gets or selects the 'securityParameterIndexType' alternative. More...
 
Oss.Nas1670.PFCTypeOfServiceTypeOfServiceType [get, set]
 Gets or selects the 'typeOfServiceType' alternative. More...
 
Oss.Nas1670.PFCFlowLabelFlowLabelType [get, set]
 Gets or selects the 'flowLabelType' alternative. More...
 
byte[]? DestinationMACAddressType [get, set]
 Gets or selects the 'destinationMACAddressType' alternative. More...
 
byte[]? SourceMACAddressType [get, set]
 Gets or selects the 'sourceMACAddressType' alternative. More...
 
Oss.Nas1670.PFCVidTypeS8021QCTAGVIDType [get, set]
 Gets or selects the 's8021QCTAGVIDType' alternative. More...
 
Oss.Nas1670.PFCVidTypeS8021QSTAGVIDType [get, set]
 Gets or selects the 's8021QSTAGVIDType' alternative. More...
 
Oss.Nas1670.PFCPcpDEITypeS8021QCTAGPCPDEIType [get, set]
 Gets or selects the 's8021QCTAGPCP-DEIType' alternative. More...
 
Oss.Nas1670.PFCPcpDEITypeS8021QSTAGPCPDEIType [get, set]
 Gets or selects the 's8021QSTAGPCP-DEIType' alternative. More...
 
int??? EthertypeType [get, set]
 Gets or selects the 'ethertypeType' alternative. More...
 

Detailed Description

Represents the type of the packetFilterComponentValue field

Member Enumeration Documentation

◆ Id

Member Function Documentation

◆ Copy()

object Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.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.PacketFilterComponent.PacketFilterComponentValueType.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, it returns false.

◆ GetHashCode()

override int Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DestinationMACAddressType

byte []? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.DestinationMACAddressType
getset

Gets or selects the 'destinationMACAddressType' alternative.

◆ EthertypeType

int??? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.EthertypeType
getset

Gets or selects the 'ethertypeType' alternative.

◆ FlowLabelType

Oss.Nas1670.PFCFlowLabel? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.FlowLabelType
getset

Gets or selects the 'flowLabelType' alternative.

◆ Ipv4LocalAddressType

Oss.Nas1670.PFCIpv4RemoteAddress? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Ipv4LocalAddressType
getset

Gets or selects the 'ipv4LocalAddressType' alternative.

◆ Ipv4RemoteAddressType

Oss.Nas1670.PFCIpv4RemoteAddress? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Ipv4RemoteAddressType
getset

Gets or selects the 'ipv4RemoteAddressType' alternative.

◆ Ipv6LocalAddressPrefixLengthType

Oss.Nas1670.PFCIpv6RemoteAddressPrefixLengthType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Ipv6LocalAddressPrefixLengthType
getset

Gets or selects the 'ipv6LocalAddressPrefixLengthType' alternative.

◆ Ipv6RemoteAddressPrefixLengthType

Oss.Nas1670.PFCIpv6RemoteAddressPrefixLengthType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Ipv6RemoteAddressPrefixLengthType
getset

Gets or selects the 'ipv6RemoteAddressPrefixLengthType' alternative.

◆ Ipv6RemoteAddressType

Oss.Nas1670.PFCIpv6RemoteAddress? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Ipv6RemoteAddressType
getset

Gets or selects the 'ipv6RemoteAddressType' alternative.

◆ LocalPortRangeType

Oss.Nas1670.PFCPortRange? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.LocalPortRangeType
getset

Gets or selects the 'localPortRangeType' alternative.

◆ ProtocolIdentifierType

int??? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.ProtocolIdentifierType
getset

Gets or selects the 'protocolIdentifierType' alternative.

◆ RemotePortRangeType

Oss.Nas1670.PFCPortRange? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.RemotePortRangeType
getset

Gets or selects the 'remotePortRangeType' alternative.

◆ S8021QCTAGPCPDEIType

Oss.Nas1670.PFCPcpDEIType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.S8021QCTAGPCPDEIType
getset

Gets or selects the 's8021QCTAGPCP-DEIType' alternative.

◆ S8021QCTAGVIDType

Oss.Nas1670.PFCVidType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.S8021QCTAGVIDType
getset

Gets or selects the 's8021QCTAGVIDType' alternative.

◆ S8021QSTAGPCPDEIType

Oss.Nas1670.PFCPcpDEIType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.S8021QSTAGPCPDEIType
getset

Gets or selects the 's8021QSTAGPCP-DEIType' alternative.

◆ S8021QSTAGVIDType

Oss.Nas1670.PFCVidType? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.S8021QSTAGVIDType
getset

Gets or selects the 's8021QSTAGVIDType' alternative.

◆ SecurityParameterIndexType

byte []? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.SecurityParameterIndexType
getset

Gets or selects the 'securityParameterIndexType' alternative.

◆ Selected

Id Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.Selected
get

Gets current selection

◆ SingleLocalPortType

int??? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.SingleLocalPortType
getset

Gets or selects the 'singleLocalPortType' alternative.

◆ SingleRemotePortType

int??? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.SingleRemotePortType
getset

Gets or selects the 'singleRemotePortType' alternative.

◆ SourceMACAddressType

byte []? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.SourceMACAddressType
getset

Gets or selects the 'sourceMACAddressType' alternative.

◆ TypeOfServiceType

Oss.Nas1670.PFCTypeOfService? Oss.Nas1670.PacketFilterComponent.PacketFilterComponentValueType.TypeOfServiceType
getset

Gets or selects the 'typeOfServiceType' alternative.