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

Represents the type of the pdnAddressInformation field More...

Inherits 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 More...
 

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 More...
 
byte[]? Ipv4Address [get, set]
 Gets or selects the 'ipv4Address' alternative. More...
 
byte[]? Ipv6InterfaceIdentifier [get, set]
 Gets or selects the 'ipv6InterfaceIdentifier' alternative. More...
 
Oss.Nas1670.PDNAddressIpv4v6Ipv4v6 [get, set]
 Gets or selects the 'ipv4v6' alternative. More...
 
long??? NoIP [get, set]
 Gets or selects the 'noIP' alternative. The PDNAddress.PdnAddressInformationType.NoIPNumbers class defines meaningful names for particular values of the alternative More...
 
long??? Ethernet [get, set]
 Gets or selects the 'ethernet' alternative. The PDNAddress.PdnAddressInformationType.EthernetContainer class defines meaningful names for particular values of the alternative More...
 

Detailed Description

Represents the type of the pdnAddressInformation field

Member Enumeration Documentation

◆ Id

CHOICE alternatives

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Ethernet

long??? Oss.Nas1670.PDNAddress.PdnAddressInformationType.Ethernet
getset

Gets or selects the 'ethernet' alternative. The PDNAddress.PdnAddressInformationType.EthernetContainer class defines meaningful names for particular values of the alternative

◆ Ipv4Address

byte []? Oss.Nas1670.PDNAddress.PdnAddressInformationType.Ipv4Address
getset

Gets or selects the 'ipv4Address' alternative.

◆ Ipv4v6

Oss.Nas1670.PDNAddressIpv4v6? Oss.Nas1670.PDNAddress.PdnAddressInformationType.Ipv4v6
getset

Gets or selects the 'ipv4v6' alternative.

◆ Ipv6InterfaceIdentifier

byte []? Oss.Nas1670.PDNAddress.PdnAddressInformationType.Ipv6InterfaceIdentifier
getset

Gets or selects the 'ipv6InterfaceIdentifier' alternative.

◆ NoIP

long??? Oss.Nas1670.PDNAddress.PdnAddressInformationType.NoIP
getset

Gets or selects the 'noIP' alternative. The PDNAddress.PdnAddressInformationType.NoIPNumbers class defines meaningful names for particular values of the alternative

◆ Selected

Id Oss.Nas1670.PDNAddress.PdnAddressInformationType.Selected
get

Gets current selection