Represents the PlainEMMMessage
type
More...
Inherits Oss.Nas.Sequence.
|
int | ProtocolDiscriminator [get, set] |
| Field 'protocolDiscriminator' (mandatory) The ProtocolDiscriminator class defines meaningful names for particular values of the field
|
|
int | SecurityHeaderType [get, set] |
| Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field
|
|
int | MessageType [get] |
| Field 'messageType' (mandatory, readonly) The EMMMessageType class defines meaningful names for particular values of the field
|
|
Oss.Nas1790.PlainEMMMessage.BodyType | Body [get, set] |
| Field 'body' (mandatory)
|
|
Represents the PlainEMMMessage
type
◆ PlainEMMMessage()
Constructs an instance of PlainEMMMessage
with the specified components.
- Parameters
-
argProtocolDiscriminator | The value of the protocolDiscriminator mandatory field |
argSecurityHeaderType | The value of the securityHeaderType mandatory field |
argBody | The value of the body mandatory field |
◆ Copy()
object Oss.Nas1790.PlainEMMMessage.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.PlainEMMMessage.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.PlainEMMMessage.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.