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 | |
Represents the type of the pdnAddressInformation
field
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, it returns false.
|
inline |
Represents a hash function for a particular type.