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

Represents the SecurityProtectedEMMMessage type More...

Inherits Sequence.

Public Member Functions

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

Detailed Description

Represents the SecurityProtectedEMMMessage type

Constructor & Destructor Documentation

◆ SecurityProtectedEMMMessage() [1/2]

Oss.Nas1670.SecurityProtectedEMMMessage.SecurityProtectedEMMMessage ( )
inline

The default constructor.

◆ SecurityProtectedEMMMessage() [2/2]

Oss.Nas1670.SecurityProtectedEMMMessage.SecurityProtectedEMMMessage ( int  argProtocolDiscriminator,
int  argSecurityHeaderType,
long  argMac,
int  argSequenceNumber,
byte[]  argMessage 
)
inline

Constructs an instance of SecurityProtectedEMMMessage with the specified components.

Parameters
argProtocolDiscriminatorThe value of the protocolDiscriminator mandatory field
argSecurityHeaderTypeThe value of the securityHeaderType mandatory field
argMacThe value of the mac mandatory field
argSequenceNumberThe value of the sequenceNumber mandatory field
argMessageThe value of the message mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.SecurityProtectedEMMMessage.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.SecurityProtectedEMMMessage.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.SecurityProtectedEMMMessage.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Mac

long Oss.Nas1670.SecurityProtectedEMMMessage.Mac
getset

Field 'mac' (mandatory)

◆ Message

byte [] Oss.Nas1670.SecurityProtectedEMMMessage.Message
getset

Field 'message' (mandatory)

◆ ProtocolDiscriminator

int Oss.Nas1670.SecurityProtectedEMMMessage.ProtocolDiscriminator
getset

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

◆ SecurityHeaderType

int Oss.Nas1670.SecurityProtectedEMMMessage.SecurityHeaderType
getset

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

◆ SequenceNumber

int Oss.Nas1670.SecurityProtectedEMMMessage.SequenceNumber
getset

Field 'sequenceNumber' (mandatory)