Represents the PFC-pcpDEIType
type
More...
Inherits Oss.Nas.Sequence.
|
| PFCPcpDEIType () |
| The default constructor.
|
|
| PFCPcpDEIType (int argPcp, int argDei) |
| Constructs an instance of PFCPcpDEIType 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...
|
|
|
int | Spare [get] |
| Field 'spare' (mandatory, readonly)
|
|
int | Pcp [get, set] |
| Field 'pcp' (mandatory)
|
|
int | Dei [get, set] |
| Field 'dei' (mandatory)
|
|
Represents the PFC-pcpDEIType
type
◆ PFCPcpDEIType()
Oss.Nas1790.PFCPcpDEIType.PFCPcpDEIType |
( |
int |
argPcp, |
|
|
int |
argDei |
|
) |
| |
|
inline |
Constructs an instance of PFCPcpDEIType
with the specified components.
- Parameters
-
argPcp | The value of the pcp mandatory field |
argDei | The value of the dei mandatory field |
◆ Copy()
object Oss.Nas1790.PFCPcpDEIType.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.PFCPcpDEIType.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.PFCPcpDEIType.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.