OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.PlainEMMMessage Class Reference

Represents the PlainEMMMessage type More...

Inherits Sequence.

Classes

class  BodyType
 Represents the type of the body field More...
 

Public Member Functions

 PlainEMMMessage ()
 The default constructor. More...
 
 PlainEMMMessage (int argProtocolDiscriminator, int argSecurityHeaderType, Oss.Nas1670.PlainEMMMessage.BodyType argBody)
 Constructs an instance of PlainEMMMessage 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...
 

Properties

int ProtocolDiscriminator [get, set]
 Field 'protocolDiscriminator' (mandatory) The ProtocolDiscriminator class defines meaningful names for particular values of the field More...
 
int SecurityHeaderType [get, set]
 Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field More...
 
int MessageType [get]
 Field 'messageType' (mandatory, readonly) The EMMMessageType class defines meaningful names for particular values of the field More...
 
Oss.Nas1670.PlainEMMMessage.BodyType Body [get, set]
 Field 'body' (mandatory) More...
 

Detailed Description

Represents the PlainEMMMessage type

Constructor & Destructor Documentation

◆ PlainEMMMessage() [1/2]

Oss.Nas1670.PlainEMMMessage.PlainEMMMessage ( )
inline

The default constructor.

◆ PlainEMMMessage() [2/2]

Oss.Nas1670.PlainEMMMessage.PlainEMMMessage ( int  argProtocolDiscriminator,
int  argSecurityHeaderType,
Oss.Nas1670.PlainEMMMessage.BodyType  argBody 
)
inline

Constructs an instance of PlainEMMMessage with the specified components.

Parameters
argProtocolDiscriminatorThe value of the protocolDiscriminator mandatory field
argSecurityHeaderTypeThe value of the securityHeaderType mandatory field
argBodyThe value of the body mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.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.Nas1670.PlainEMMMessage.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1670.PlainEMMMessage.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Body

Oss.Nas1670.PlainEMMMessage.BodyType Oss.Nas1670.PlainEMMMessage.Body
getset

Field 'body' (mandatory)

◆ MessageType

int Oss.Nas1670.PlainEMMMessage.MessageType
get

Field 'messageType' (mandatory, readonly) The EMMMessageType class defines meaningful names for particular values of the field

◆ ProtocolDiscriminator

int Oss.Nas1670.PlainEMMMessage.ProtocolDiscriminator
getset

Field 'protocolDiscriminator' (mandatory) The ProtocolDiscriminator class defines meaningful names for particular values of the field

◆ SecurityHeaderType

int Oss.Nas1670.PlainEMMMessage.SecurityHeaderType
getset

Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field