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

Represents the PDUSessionAuthenticationComplete type More...

Inherits Sequence.

Public Member Functions

 PDUSessionAuthenticationComplete ()
 The default constructor. More...
 
 PDUSessionAuthenticationComplete (byte[] argEapMessage)
 Constructs an instance of PDUSessionAuthenticationComplete with the specified mandatory components. More...
 
 PDUSessionAuthenticationComplete (byte[] argEapMessage, Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDUSessionAuthenticationComplete 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

byte[] EapMessage [get, set]
 Field 'eapMessage' (mandatory) More...
 
Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ PDUSessionAuthenticationComplete() [1/3]

Oss.Nas5GS1680.PDUSessionAuthenticationComplete.PDUSessionAuthenticationComplete ( )
inline

The default constructor.

◆ PDUSessionAuthenticationComplete() [2/3]

Oss.Nas5GS1680.PDUSessionAuthenticationComplete.PDUSessionAuthenticationComplete ( byte[]  argEapMessage)
inline

Constructs an instance of PDUSessionAuthenticationComplete with the specified mandatory components.

Parameters
argEapMessageThe value of the eapMessage mandatory field

◆ PDUSessionAuthenticationComplete() [3/3]

Oss.Nas5GS1680.PDUSessionAuthenticationComplete.PDUSessionAuthenticationComplete ( byte[]  argEapMessage,
Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDUSessionAuthenticationComplete with the specified components.

Parameters
argEapMessageThe value of the eapMessage mandatory field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EapMessage

byte [] Oss.Nas5GS1680.PDUSessionAuthenticationComplete.EapMessage
getset

Field 'eapMessage' (mandatory)

◆ ExtendedProtocolConfigurationOptions

Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE Oss.Nas5GS1680.PDUSessionAuthenticationComplete.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)