Represents the SupportedCodec
type
More...
Inherits Oss.Nas.Sequence.
|
| SupportedCodec () |
| The default constructor.
|
|
| SupportedCodec (int argSystemIdentification, byte[] argBitmap) |
| Constructs an instance of SupportedCodec 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 | SystemIdentification [get, set] |
| Field 'systemIdentification' (mandatory) The SupportedCodec.SystemIdentificationNumbers class defines meaningful names for particular values of the field
|
|
int | BitmapLength [get] |
| Field 'bitmapLength' (mandatory, readonly)
|
|
byte[] | Bitmap [get, set] |
| Field 'bitmap' (mandatory)
|
|
Represents the SupportedCodec
type
◆ SupportedCodec()
Oss.Nas1790.SupportedCodec.SupportedCodec |
( |
int |
argSystemIdentification, |
|
|
byte[] |
argBitmap |
|
) |
| |
|
inline |
Constructs an instance of SupportedCodec
with the specified components.
- Parameters
-
argSystemIdentification | The value of the systemIdentification mandatory field |
argBitmap | The value of the bitmap mandatory field |
◆ Copy()
object Oss.Nas1790.SupportedCodec.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.SupportedCodec.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.SupportedCodec.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.