Represents the PFC-ipv6RemoteAddressPrefixLengthType
type
More...
Inherits Oss.Nas.Sequence.
|
byte[] | Ipv6Address [get, set] |
| Field 'ipv6Address' (mandatory)
|
|
int | PrefixLength [get, set] |
| Field 'prefixLength' (mandatory)
|
|
Represents the PFC-ipv6RemoteAddressPrefixLengthType
type
◆ PFCIpv6RemoteAddressPrefixLengthType()
Oss.Nas1790.PFCIpv6RemoteAddressPrefixLengthType.PFCIpv6RemoteAddressPrefixLengthType |
( |
byte[] |
argIpv6Address, |
|
|
int |
argPrefixLength |
|
) |
| |
|
inline |
Constructs an instance of PFCIpv6RemoteAddressPrefixLengthType
with the specified components.
- Parameters
-
argIpv6Address | The value of the ipv6Address mandatory field |
argPrefixLength | The value of the prefixLength mandatory field |
◆ Copy()
object Oss.Nas1790.PFCIpv6RemoteAddressPrefixLengthType.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.PFCIpv6RemoteAddressPrefixLengthType.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The 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.PFCIpv6RemoteAddressPrefixLengthType.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.