Represents the DownlinkGenericNASTransport
type
More...
Inherits Oss.Nas.Sequence.
|
int | GenericMessageContainerType [get, set] |
| Field 'genericMessageContainerType' (mandatory) The GenericMessageContainerType class defines meaningful names for particular values of the field
|
|
byte[] | GenericMessageContainer [get, set] |
| Field 'genericMessageContainer' (mandatory)
|
|
byte[] | AdditionalInformation [get, set] |
| Field 'additionalInformation' (optional)
|
|
◆ DownlinkGenericNASTransport() [1/2]
Oss.Nas1790.DownlinkGenericNASTransport.DownlinkGenericNASTransport |
( |
int |
argGenericMessageContainerType, |
|
|
byte[] |
argGenericMessageContainer |
|
) |
| |
|
inline |
Constructs an instance of DownlinkGenericNASTransport
with the specified mandatory components.
- Parameters
-
argGenericMessageContainerType | The value of the genericMessageContainerType mandatory field |
argGenericMessageContainer | The value of the genericMessageContainer mandatory field |
◆ DownlinkGenericNASTransport() [2/2]
Oss.Nas1790.DownlinkGenericNASTransport.DownlinkGenericNASTransport |
( |
int |
argGenericMessageContainerType, |
|
|
byte[] |
argGenericMessageContainer, |
|
|
byte[] |
argAdditionalInformation |
|
) |
| |
|
inline |
Constructs an instance of DownlinkGenericNASTransport
with the specified components.
- Parameters
-
argGenericMessageContainerType | The value of the genericMessageContainerType mandatory field |
argGenericMessageContainer | The value of the genericMessageContainer mandatory field |
argAdditionalInformation | The value of the additionalInformation optional field |
◆ Copy()
object Oss.Nas1790.DownlinkGenericNASTransport.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.DownlinkGenericNASTransport.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.DownlinkGenericNASTransport.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.