OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.NAS5GSMMessage Class Reference

Represents the NAS5GSMMessage type More...

Inherits Sequence.

Classes

class  MessageBodyType
 Represents the type of the messageBody field More...
 

Public Member Functions

 NAS5GSMMessage ()
 The default constructor. More...
 
 NAS5GSMMessage (int argPduSessionID, int argProcedureTransactionIdentity, Oss.Nas5GS1680.NAS5GSMMessage.MessageBodyType argMessageBody)
 Constructs an instance of NAS5GSMMessage 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 ExtendedProtocolDiscriminator [get]
 Field 'extendedProtocolDiscriminator' (mandatory, readonly) The ExtendedProtocolDiscriminator class defines meaningful names for particular values of the field More...
 
int PduSessionID [get, set]
 Field 'pduSessionID' (mandatory) The PDUSessionIdentity class defines meaningful names for particular values of the field More...
 
int ProcedureTransactionIdentity [get, set]
 Field 'procedureTransactionIdentity' (mandatory) The ProcedureTransactionIdentity class defines meaningful names for particular values of the field More...
 
int MessageType [get]
 Field 'messageType' (mandatory, readonly) The NAS5GSMMessageType class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.NAS5GSMMessage.MessageBodyType MessageBody [get, set]
 Field 'messageBody' (mandatory) More...
 

Detailed Description

Represents the NAS5GSMMessage type

Constructor & Destructor Documentation

◆ NAS5GSMMessage() [1/2]

Oss.Nas5GS1680.NAS5GSMMessage.NAS5GSMMessage ( )
inline

The default constructor.

◆ NAS5GSMMessage() [2/2]

Oss.Nas5GS1680.NAS5GSMMessage.NAS5GSMMessage ( int  argPduSessionID,
int  argProcedureTransactionIdentity,
Oss.Nas5GS1680.NAS5GSMMessage.MessageBodyType  argMessageBody 
)
inline

Constructs an instance of NAS5GSMMessage with the specified components.

Parameters
argPduSessionIDThe value of the pduSessionID mandatory field
argProcedureTransactionIdentityThe value of the procedureTransactionIdentity mandatory field
argMessageBodyThe value of the messageBody mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.NAS5GSMMessage.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.Nas5GS1680.NAS5GSMMessage.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.Nas5GS1680.NAS5GSMMessage.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ExtendedProtocolDiscriminator

int Oss.Nas5GS1680.NAS5GSMMessage.ExtendedProtocolDiscriminator
get

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

◆ MessageBody

Oss.Nas5GS1680.NAS5GSMMessage.MessageBodyType Oss.Nas5GS1680.NAS5GSMMessage.MessageBody
getset

Field 'messageBody' (mandatory)

◆ MessageType

int Oss.Nas5GS1680.NAS5GSMMessage.MessageType
get

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

◆ PduSessionID

int Oss.Nas5GS1680.NAS5GSMMessage.PduSessionID
getset

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

◆ ProcedureTransactionIdentity

int Oss.Nas5GS1680.NAS5GSMMessage.ProcedureTransactionIdentity
getset

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