OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.PDNAddress Class Reference

Represents the PDNAddress type More...

Inherits Oss.Nas.Sequence.

Classes

class  PdnAddressInformationType
 Represents the type of the pdnAddressInformation field More...
 
class  PdnTypeNumbers
 Defines meaningful names for particular values of the pdnType field More...
 

Public Member Functions

 PDNAddress ()
 The default constructor.
 
 PDNAddress (Oss.Nas1790.PDNAddress.PdnAddressInformationType argPdnAddressInformation)
 Constructs an instance of PDNAddress 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)
 
int PdnType [get]
 Field 'pdnType' (mandatory, readonly) The PDNAddress.PdnTypeNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.PDNAddress.PdnAddressInformationType PdnAddressInformation [get, set]
 Field 'pdnAddressInformation' (mandatory)
 

Detailed Description

Represents the PDNAddress type

Constructor & Destructor Documentation

◆ PDNAddress()

Oss.Nas1790.PDNAddress.PDNAddress ( Oss.Nas1790.PDNAddress.PdnAddressInformationType  argPdnAddressInformation)
inline

Constructs an instance of PDNAddress with the specified components.

Parameters
argPdnAddressInformationThe value of the pdnAddressInformation mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.PDNAddress.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.Nas1790.PDNAddress.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.Nas1790.PDNAddress.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.