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

Represents the Plain5GSNASMessage type More...

Inherits Sequence.

Classes

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

Public Member Functions

 Plain5GSNASMessage ()
 The default constructor. More...
 
 Plain5GSNASMessage (int argSecurityHeaderType, Oss.Nas5GS1680.Plain5GSNASMessage.MessageBodyType argMessageBody)
 Constructs an instance of Plain5GSNASMessage 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 SecurityHeaderType [get, set]
 Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int MessageType [get]
 Field 'messageType' (mandatory, readonly) The NAS5GMMMessageType class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.Plain5GSNASMessage.MessageBodyType MessageBody [get, set]
 Field 'messageBody' (mandatory) More...
 

Detailed Description

Represents the Plain5GSNASMessage type

Constructor & Destructor Documentation

◆ Plain5GSNASMessage() [1/2]

Oss.Nas5GS1680.Plain5GSNASMessage.Plain5GSNASMessage ( )
inline

The default constructor.

◆ Plain5GSNASMessage() [2/2]

Oss.Nas5GS1680.Plain5GSNASMessage.Plain5GSNASMessage ( int  argSecurityHeaderType,
Oss.Nas5GS1680.Plain5GSNASMessage.MessageBodyType  argMessageBody 
)
inline

Constructs an instance of Plain5GSNASMessage with the specified components.

Parameters
argSecurityHeaderTypeThe value of the securityHeaderType mandatory field
argMessageBodyThe value of the messageBody mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ExtendedProtocolDiscriminator

int Oss.Nas5GS1680.Plain5GSNASMessage.ExtendedProtocolDiscriminator
get

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

◆ MessageBody

Oss.Nas5GS1680.Plain5GSNASMessage.MessageBodyType Oss.Nas5GS1680.Plain5GSNASMessage.MessageBody
getset

Field 'messageBody' (mandatory)

◆ MessageType

int Oss.Nas5GS1680.Plain5GSNASMessage.MessageType
get

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

◆ SecurityHeaderType

int Oss.Nas5GS1680.Plain5GSNASMessage.SecurityHeaderType
getset

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

◆ Spare

int Oss.Nas5GS1680.Plain5GSNASMessage.Spare
get

Field 'spare' (mandatory, readonly)