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

Represents the PDUAddress-ipv4v6 type More...

Inherits Sequence.

Public Member Functions

 PDUAddressIpv4v6 ()
 The default constructor. More...
 
 PDUAddressIpv4v6 (byte[] argIpv6InterfaceIdentifier, byte[] argIpv4Address)
 Constructs an instance of PDUAddressIpv4v6 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[] Ipv6InterfaceIdentifier [get, set]
 Field 'ipv6InterfaceIdentifier' (mandatory) More...
 
byte[] Ipv4Address [get, set]
 Field 'ipv4Address' (mandatory) More...
 

Detailed Description

Represents the PDUAddress-ipv4v6 type

Constructor & Destructor Documentation

◆ PDUAddressIpv4v6() [1/2]

Oss.Nas5GS1680.PDUAddressIpv4v6.PDUAddressIpv4v6 ( )
inline

The default constructor.

◆ PDUAddressIpv4v6() [2/2]

Oss.Nas5GS1680.PDUAddressIpv4v6.PDUAddressIpv4v6 ( byte[]  argIpv6InterfaceIdentifier,
byte[]  argIpv4Address 
)
inline

Constructs an instance of PDUAddressIpv4v6 with the specified components.

Parameters
argIpv6InterfaceIdentifierThe value of the ipv6InterfaceIdentifier mandatory field
argIpv4AddressThe value of the ipv4Address mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ipv4Address

byte [] Oss.Nas5GS1680.PDUAddressIpv4v6.Ipv4Address
getset

Field 'ipv4Address' (mandatory)

◆ Ipv6InterfaceIdentifier

byte [] Oss.Nas5GS1680.PDUAddressIpv4v6.Ipv6InterfaceIdentifier
getset

Field 'ipv6InterfaceIdentifier' (mandatory)