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

Represents the SecurityModeComplete type More...

Inherits Sequence.

Public Member Functions

 SecurityModeComplete ()
 The default constructor. More...
 
 SecurityModeComplete (Oss.Nas5GS1680.MobileIdentityIMEISV argImeisv, byte[] argNasMessageContainer, Oss.Nas5GS1680.NAS5GSMobileIdentity argNonIMEISVPEI)
 Constructs an instance of SecurityModeComplete 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

Oss.Nas5GS1680.MobileIdentityIMEISV Imeisv [get, set]
 Field 'imeisv' (optional) More...
 
byte[] NasMessageContainer [get, set]
 Field 'nasMessageContainer' (optional) More...
 
Oss.Nas5GS1680.NAS5GSMobileIdentity NonIMEISVPEI [get, set]
 Field 'nonIMEISVPEI' (optional) More...
 

Detailed Description

Represents the SecurityModeComplete type

Constructor & Destructor Documentation

◆ SecurityModeComplete() [1/2]

Oss.Nas5GS1680.SecurityModeComplete.SecurityModeComplete ( )
inline

The default constructor.

◆ SecurityModeComplete() [2/2]

Oss.Nas5GS1680.SecurityModeComplete.SecurityModeComplete ( Oss.Nas5GS1680.MobileIdentityIMEISV  argImeisv,
byte[]  argNasMessageContainer,
Oss.Nas5GS1680.NAS5GSMobileIdentity  argNonIMEISVPEI 
)
inline

Constructs an instance of SecurityModeComplete with the specified components.

Parameters
argImeisvThe value of the imeisv optional field
argNasMessageContainerThe value of the nasMessageContainer optional field
argNonIMEISVPEIThe value of the nonIMEISVPEI optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Imeisv

Oss.Nas5GS1680.MobileIdentityIMEISV Oss.Nas5GS1680.SecurityModeComplete.Imeisv
getset

Field 'imeisv' (optional)

◆ NasMessageContainer

byte [] Oss.Nas5GS1680.SecurityModeComplete.NasMessageContainer
getset

Field 'nasMessageContainer' (optional)

◆ NonIMEISVPEI

Oss.Nas5GS1680.NAS5GSMobileIdentity Oss.Nas5GS1680.SecurityModeComplete.NonIMEISVPEI
getset

Field 'nonIMEISVPEI' (optional)