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

Represents the SecurityProtected5GSNASMessage type More...

Inherits Sequence.

Public Member Functions

 SecurityProtected5GSNASMessage ()
 The default constructor. More...
 
 SecurityProtected5GSNASMessage (int argSecurityHeaderType, long argMessageAuthenticationCode, int argSequenceNumber, byte[] argMessage)
 Constructs an instance of SecurityProtected5GSNASMessage 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...
 
long MessageAuthenticationCode [get, set]
 Field 'messageAuthenticationCode' (mandatory) More...
 
int SequenceNumber [get, set]
 Field 'sequenceNumber' (mandatory) More...
 
byte[] Message [get, set]
 Field 'message' (mandatory) More...
 

Detailed Description

Represents the SecurityProtected5GSNASMessage type

Constructor & Destructor Documentation

◆ SecurityProtected5GSNASMessage() [1/2]

Oss.Nas5GS1680.SecurityProtected5GSNASMessage.SecurityProtected5GSNASMessage ( )
inline

The default constructor.

◆ SecurityProtected5GSNASMessage() [2/2]

Oss.Nas5GS1680.SecurityProtected5GSNASMessage.SecurityProtected5GSNASMessage ( int  argSecurityHeaderType,
long  argMessageAuthenticationCode,
int  argSequenceNumber,
byte[]  argMessage 
)
inline

Constructs an instance of SecurityProtected5GSNASMessage with the specified components.

Parameters
argSecurityHeaderTypeThe value of the securityHeaderType mandatory field
argMessageAuthenticationCodeThe value of the messageAuthenticationCode mandatory field
argSequenceNumberThe value of the sequenceNumber mandatory field
argMessageThe value of the message mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ExtendedProtocolDiscriminator

int Oss.Nas5GS1680.SecurityProtected5GSNASMessage.ExtendedProtocolDiscriminator
get

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

◆ Message

byte [] Oss.Nas5GS1680.SecurityProtected5GSNASMessage.Message
getset

Field 'message' (mandatory)

◆ MessageAuthenticationCode

long Oss.Nas5GS1680.SecurityProtected5GSNASMessage.MessageAuthenticationCode
getset

Field 'messageAuthenticationCode' (mandatory)

◆ SecurityHeaderType

int Oss.Nas5GS1680.SecurityProtected5GSNASMessage.SecurityHeaderType
getset

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

◆ SequenceNumber

int Oss.Nas5GS1680.SecurityProtected5GSNASMessage.SequenceNumber
getset

Field 'sequenceNumber' (mandatory)

◆ Spare

int Oss.Nas5GS1680.SecurityProtected5GSNASMessage.Spare
get

Field 'spare' (mandatory, readonly)