Represents the SecurityProtectedEMMMessage
type
More...
Inherits Oss.Nas.Sequence.
|
| SecurityProtectedEMMMessage () |
| The default constructor.
|
|
| SecurityProtectedEMMMessage (int argProtocolDiscriminator, int argSecurityHeaderType, long argMac, int argSequenceNumber, byte[] argMessage) |
| Constructs an instance of SecurityProtectedEMMMessage 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 | 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
|
|
long | Mac [get, set] |
| Field 'mac' (mandatory)
|
|
int | SequenceNumber [get, set] |
| Field 'sequenceNumber' (mandatory)
|
|
byte[] | Message [get, set] |
| Field 'message' (mandatory)
|
|
◆ SecurityProtectedEMMMessage()
Oss.Nas1790.SecurityProtectedEMMMessage.SecurityProtectedEMMMessage |
( |
int |
argProtocolDiscriminator, |
|
|
int |
argSecurityHeaderType, |
|
|
long |
argMac, |
|
|
int |
argSequenceNumber, |
|
|
byte[] |
argMessage |
|
) |
| |
|
inline |
Constructs an instance of SecurityProtectedEMMMessage
with the specified components.
- Parameters
-
argProtocolDiscriminator | The value of the protocolDiscriminator mandatory field |
argSecurityHeaderType | The value of the securityHeaderType mandatory field |
argMac | The value of the mac mandatory field |
argSequenceNumber | The value of the sequenceNumber mandatory field |
argMessage | The value of the message mandatory field |
◆ Copy()
object Oss.Nas1790.SecurityProtectedEMMMessage.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.SecurityProtectedEMMMessage.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.SecurityProtectedEMMMessage.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.