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

Represents the PDUAddress type More...

Inherits Sequence.

Classes

class  PduAddressInformationType
 Represents the type of the pduAddressInformation field More...
 
class  PduSessionTypeNumbers
 Defines meaningful names for particular values of the pduSessionType field More...
 
class  SI6LLANumbers
 Defines meaningful names for particular values of the sI6LLA field More...
 

Public Member Functions

 PDUAddress ()
 The default constructor. More...
 
 PDUAddress (int argSI6LLA, Oss.Nas5GS1680.PDUAddress.PduAddressInformationType argPduAddressInformation)
 Constructs an instance of PDUAddress with the specified mandatory components. More...
 
 PDUAddress (int argSI6LLA, Oss.Nas5GS1680.PDUAddress.PduAddressInformationType argPduAddressInformation, byte[] argIpv6LinkLocalAddress)
 Constructs an instance of PDUAddress 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...
 
int SI6LLA [get, set]
 Field 'sI6LLA' (mandatory) The PDUAddress.SI6LLANumbers class defines meaningful names for particular values of the field More...
 
int PduSessionType [get]
 Field 'pduSessionType' (mandatory, readonly) The PDUAddress.PduSessionTypeNumbers class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.PDUAddress.PduAddressInformationType PduAddressInformation [get, set]
 Field 'pduAddressInformation' (mandatory) More...
 
byte[] Ipv6LinkLocalAddress [get, set]
 Field 'ipv6LinkLocalAddress' (optional) More...
 

Detailed Description

Represents the PDUAddress type

Constructor & Destructor Documentation

◆ PDUAddress() [1/3]

Oss.Nas5GS1680.PDUAddress.PDUAddress ( )
inline

The default constructor.

◆ PDUAddress() [2/3]

Oss.Nas5GS1680.PDUAddress.PDUAddress ( int  argSI6LLA,
Oss.Nas5GS1680.PDUAddress.PduAddressInformationType  argPduAddressInformation 
)
inline

Constructs an instance of PDUAddress with the specified mandatory components.

Parameters
argSI6LLAThe value of the sI6LLA mandatory field
argPduAddressInformationThe value of the pduAddressInformation mandatory field

◆ PDUAddress() [3/3]

Oss.Nas5GS1680.PDUAddress.PDUAddress ( int  argSI6LLA,
Oss.Nas5GS1680.PDUAddress.PduAddressInformationType  argPduAddressInformation,
byte[]  argIpv6LinkLocalAddress 
)
inline

Constructs an instance of PDUAddress with the specified components.

Parameters
argSI6LLAThe value of the sI6LLA mandatory field
argPduAddressInformationThe value of the pduAddressInformation mandatory field
argIpv6LinkLocalAddressThe value of the ipv6LinkLocalAddress optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ipv6LinkLocalAddress

byte [] Oss.Nas5GS1680.PDUAddress.Ipv6LinkLocalAddress
getset

Field 'ipv6LinkLocalAddress' (optional)

◆ PduAddressInformation

Oss.Nas5GS1680.PDUAddress.PduAddressInformationType Oss.Nas5GS1680.PDUAddress.PduAddressInformation
getset

Field 'pduAddressInformation' (mandatory)

◆ PduSessionType

int Oss.Nas5GS1680.PDUAddress.PduSessionType
get

Field 'pduSessionType' (mandatory, readonly) The PDUAddress.PduSessionTypeNumbers class defines meaningful names for particular values of the field

◆ SI6LLA

int Oss.Nas5GS1680.PDUAddress.SI6LLA
getset

Field 'sI6LLA' (mandatory) The PDUAddress.SI6LLANumbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.PDUAddress.Spare
get

Field 'spare' (mandatory, readonly)