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