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

Represents the PFC-ipv6RemoteAddress type More...

Inherits Sequence.

Public Member Functions

 PFCIpv6RemoteAddress ()
 The default constructor. More...
 
 PFCIpv6RemoteAddress (byte[] argIpv6Address, byte[] argIpv6AddressMask)
 Constructs an instance of PFCIpv6RemoteAddress 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

byte[] Ipv6Address [get, set]
 Field 'ipv6Address' (mandatory) More...
 
byte[] Ipv6AddressMask [get, set]
 Field 'ipv6AddressMask' (mandatory) More...
 

Detailed Description

Represents the PFC-ipv6RemoteAddress type

Constructor & Destructor Documentation

◆ PFCIpv6RemoteAddress() [1/2]

Oss.Nas1670.PFCIpv6RemoteAddress.PFCIpv6RemoteAddress ( )
inline

The default constructor.

◆ PFCIpv6RemoteAddress() [2/2]

Oss.Nas1670.PFCIpv6RemoteAddress.PFCIpv6RemoteAddress ( byte[]  argIpv6Address,
byte[]  argIpv6AddressMask 
)
inline

Constructs an instance of PFCIpv6RemoteAddress with the specified components.

Parameters
argIpv6AddressThe value of the ipv6Address mandatory field
argIpv6AddressMaskThe value of the ipv6AddressMask mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.PFCIpv6RemoteAddress.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.PFCIpv6RemoteAddress.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.Nas1670.PFCIpv6RemoteAddress.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ipv6Address

byte [] Oss.Nas1670.PFCIpv6RemoteAddress.Ipv6Address
getset

Field 'ipv6Address' (mandatory)

◆ Ipv6AddressMask

byte [] Oss.Nas1670.PFCIpv6RemoteAddress.Ipv6AddressMask
getset

Field 'ipv6AddressMask' (mandatory)