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

Represents the IPv6RemoteAddress-prefixLength type More...

Inherits Sequence.

Public Member Functions

 IPv6RemoteAddressPrefixLength ()
 The default constructor. More...
 
 IPv6RemoteAddressPrefixLength (byte[] argIpv6raAddress, int argIpv6raPrefixLength)
 Constructs an instance of IPv6RemoteAddressPrefixLength 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[] Ipv6raAddress [get, set]
 Field 'ipv6ra-address' (mandatory) More...
 
int Ipv6raPrefixLength [get, set]
 Field 'ipv6ra-prefixLength' (mandatory) More...
 

Detailed Description

Represents the IPv6RemoteAddress-prefixLength type

Constructor & Destructor Documentation

◆ IPv6RemoteAddressPrefixLength() [1/2]

Oss.Nas5GS1680.IPv6RemoteAddressPrefixLength.IPv6RemoteAddressPrefixLength ( )
inline

The default constructor.

◆ IPv6RemoteAddressPrefixLength() [2/2]

Oss.Nas5GS1680.IPv6RemoteAddressPrefixLength.IPv6RemoteAddressPrefixLength ( byte[]  argIpv6raAddress,
int  argIpv6raPrefixLength 
)
inline

Constructs an instance of IPv6RemoteAddressPrefixLength with the specified components.

Parameters
argIpv6raAddressThe value of the ipv6ra-address mandatory field
argIpv6raPrefixLengthThe value of the ipv6ra-prefixLength mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ipv6raAddress

byte [] Oss.Nas5GS1680.IPv6RemoteAddressPrefixLength.Ipv6raAddress
getset

Field 'ipv6ra-address' (mandatory)

◆ Ipv6raPrefixLength

int Oss.Nas5GS1680.IPv6RemoteAddressPrefixLength.Ipv6raPrefixLength
getset

Field 'ipv6ra-prefixLength' (mandatory)