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

Represents the SecurityProtectedEMMMessage type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 SecurityProtectedEMMMessage ()
 The default constructor.
 
 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
 
int SecurityHeaderType [get, set]
 Field 'securityHeaderType' (mandatory) The SecurityHeaderType class defines meaningful names for particular values of the field
 
long Mac [get, set]
 Field 'mac' (mandatory)
 
int SequenceNumber [get, set]
 Field 'sequenceNumber' (mandatory)
 
byte[] Message [get, set]
 Field 'message' (mandatory)
 

Detailed Description

Represents the SecurityProtectedEMMMessage type

Constructor & Destructor Documentation

◆ SecurityProtectedEMMMessage()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.