Represents the PFC-vidType
type
More...
Inherits Oss.Nas.Sequence.
|
| PFCVidType () |
| The default constructor.
|
|
| PFCVidType (int argVid) |
| Constructs an instance of PFCVidType 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 | Vid [get, set] |
| Field 'vid' (mandatory)
|
|
Represents the PFC-vidType
type
◆ PFCVidType()
Oss.Nas1790.PFCVidType.PFCVidType |
( |
int |
argVid | ) |
|
|
inline |
Constructs an instance of PFCVidType
with the specified components.
- Parameters
-
argVid | The value of the vid mandatory field |
◆ Copy()
object Oss.Nas1790.PFCVidType.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.PFCVidType.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.PFCVidType.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.