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

Represents the IP3Tuple type More...

Inherits Sequence.

Public Member Functions

 IP3Tuple ()
 The default constructor. More...
 
 IP3Tuple (Oss.Nas5GS1680.PFCIpv4RemoteAddress argIpv4Address, Oss.Nas5GS1680.PFCIpv6RemoteAddressPrefixLengthType argIpv6RemoteAddressPrefixLength, int? argIpv4ProtocolIdOrIPv6NextHeader, int? argRemotePortNumber, Oss.Nas5GS1680.PFCPortRange argRemotePortPange)
 Constructs an instance of IP3Tuple 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...
 
bool RemoutPortRangePresent [get]
 Field 'remoutPortRangePresent' (mandatory, readonly) More...
 
bool SingleRemotePortPresent [get]
 Field 'singleRemotePortPresent' (mandatory, readonly) More...
 
bool ProtocolIdOrIPv6NextHeaderPresent [get]
 Field 'protocolIdOrIPv6NextHeaderPresent' (mandatory, readonly) More...
 
bool Ipv6RemoteAddressPrefixLengthPresent [get]
 Field 'ipv6RemoteAddressPrefixLengthPresent' (mandatory, readonly) More...
 
bool Ipv4AddressPresent [get]
 Field 'ipv4AddressPresent' (mandatory, readonly) More...
 
Oss.Nas5GS1680.PFCIpv4RemoteAddress Ipv4Address [get, set]
 Field 'ipv4Address' (optional) More...
 
Oss.Nas5GS1680.PFCIpv6RemoteAddressPrefixLengthType Ipv6RemoteAddressPrefixLength [get, set]
 Field 'ipv6RemoteAddressPrefixLength' (optional) More...
 
int? Ipv4ProtocolIdOrIPv6NextHeader [get, set]
 Field 'ipv4ProtocolIdOrIPv6NextHeader' (optional) More...
 
int? RemotePortNumber [get, set]
 Field 'remotePortNumber' (optional) More...
 
Oss.Nas5GS1680.PFCPortRange RemotePortPange [get, set]
 Field 'remotePortPange' (optional) More...
 

Detailed Description

Represents the IP3Tuple type

Constructor & Destructor Documentation

◆ IP3Tuple() [1/2]

Oss.Nas5GS1680.IP3Tuple.IP3Tuple ( )
inline

The default constructor.

◆ IP3Tuple() [2/2]

Oss.Nas5GS1680.IP3Tuple.IP3Tuple ( Oss.Nas5GS1680.PFCIpv4RemoteAddress  argIpv4Address,
Oss.Nas5GS1680.PFCIpv6RemoteAddressPrefixLengthType  argIpv6RemoteAddressPrefixLength,
int?  argIpv4ProtocolIdOrIPv6NextHeader,
int?  argRemotePortNumber,
Oss.Nas5GS1680.PFCPortRange  argRemotePortPange 
)
inline

Constructs an instance of IP3Tuple with the specified components.

Parameters
argIpv4AddressThe value of the ipv4Address optional field
argIpv6RemoteAddressPrefixLengthThe value of the ipv6RemoteAddressPrefixLength optional field
argIpv4ProtocolIdOrIPv6NextHeaderThe value of the ipv4ProtocolIdOrIPv6NextHeader optional field
argRemotePortNumberThe value of the remotePortNumber optional field
argRemotePortPangeThe value of the remotePortPange optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ipv4Address

Oss.Nas5GS1680.PFCIpv4RemoteAddress Oss.Nas5GS1680.IP3Tuple.Ipv4Address
getset

Field 'ipv4Address' (optional)

◆ Ipv4AddressPresent

bool Oss.Nas5GS1680.IP3Tuple.Ipv4AddressPresent
get

Field 'ipv4AddressPresent' (mandatory, readonly)

◆ Ipv4ProtocolIdOrIPv6NextHeader

int? Oss.Nas5GS1680.IP3Tuple.Ipv4ProtocolIdOrIPv6NextHeader
getset

Field 'ipv4ProtocolIdOrIPv6NextHeader' (optional)

◆ Ipv6RemoteAddressPrefixLength

Oss.Nas5GS1680.PFCIpv6RemoteAddressPrefixLengthType Oss.Nas5GS1680.IP3Tuple.Ipv6RemoteAddressPrefixLength
getset

Field 'ipv6RemoteAddressPrefixLength' (optional)

◆ Ipv6RemoteAddressPrefixLengthPresent

bool Oss.Nas5GS1680.IP3Tuple.Ipv6RemoteAddressPrefixLengthPresent
get

Field 'ipv6RemoteAddressPrefixLengthPresent' (mandatory, readonly)

◆ ProtocolIdOrIPv6NextHeaderPresent

bool Oss.Nas5GS1680.IP3Tuple.ProtocolIdOrIPv6NextHeaderPresent
get

Field 'protocolIdOrIPv6NextHeaderPresent' (mandatory, readonly)

◆ RemotePortNumber

int? Oss.Nas5GS1680.IP3Tuple.RemotePortNumber
getset

Field 'remotePortNumber' (optional)

◆ RemotePortPange

Oss.Nas5GS1680.PFCPortRange Oss.Nas5GS1680.IP3Tuple.RemotePortPange
getset

Field 'remotePortPange' (optional)

◆ RemoutPortRangePresent

bool Oss.Nas5GS1680.IP3Tuple.RemoutPortRangePresent
get

Field 'remoutPortRangePresent' (mandatory, readonly)

◆ SingleRemotePortPresent

bool Oss.Nas5GS1680.IP3Tuple.SingleRemotePortPresent
get

Field 'singleRemotePortPresent' (mandatory, readonly)

◆ Spare

int Oss.Nas5GS1680.IP3Tuple.Spare
get

Field 'spare' (mandatory, readonly)