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

Represents the type of the pdnAddressInformation field More...

Inherits Oss.Nas.Choice.

Classes

class  EthernetContainer
 Defines meaningful names for particular values of the ethernet alternative More...
 
class  NoIPNumbers
 Defines meaningful names for particular values of the noIP alternative More...
 

Public Types

enum  Id {
  Unselected = 0 , Ipv4AddressChosen = 1 , Ipv6InterfaceIdentifierChosen = 2 , Ipv4v6Chosen = 3 ,
  NoIPChosen = 4 , EthernetChosen = 5
}
 CHOICE alternatives
 

Public Member Functions

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

Id Selected [get]
 Gets current selection
 
byte[] Ipv4Address [get, set]
 Gets or selects the 'ipv4Address' alternative.
 
byte[] Ipv6InterfaceIdentifier [get, set]
 Gets or selects the 'ipv6InterfaceIdentifier' alternative.
 
Oss.Nas1790.PDNAddressIpv4v6 Ipv4v6 [get, set]
 Gets or selects the 'ipv4v6' alternative.
 
long? NoIP [get, set]
 Gets or selects the 'noIP' alternative. The PDNAddress.PdnAddressInformationType.NoIPNumbers class defines meaningful names for particular values of the alternative
 
long? Ethernet [get, set]
 Gets or selects the 'ethernet' alternative. The PDNAddress.PdnAddressInformationType.EthernetContainer class defines meaningful names for particular values of the alternative
 

Detailed Description

Represents the type of the pdnAddressInformation field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.PDNAddress.PdnAddressInformationType.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.PdnAddressInformationType.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, it returns false.

◆ GetHashCode()

override int Oss.Nas1790.PDNAddress.PdnAddressInformationType.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.