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

Represents the PDUSessionAuthenticationCommand type More...

Inherits Sequence.

Public Member Functions

 PDUSessionAuthenticationCommand ()
 The default constructor. More...
 
 PDUSessionAuthenticationCommand (byte[] argEapMessage)
 Constructs an instance of PDUSessionAuthenticationCommand with the specified mandatory components. More...
 
 PDUSessionAuthenticationCommand (byte[] argEapMessage, Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDUSessionAuthenticationCommand 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.ExtendedProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the PDUSessionAuthenticationCommand type

Constructor & Destructor Documentation

◆ PDUSessionAuthenticationCommand() [1/3]

Oss.Nas5GS1680.PDUSessionAuthenticationCommand.PDUSessionAuthenticationCommand ( )
inline

The default constructor.

◆ PDUSessionAuthenticationCommand() [2/3]

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

Constructs an instance of PDUSessionAuthenticationCommand with the specified mandatory components.

Parameters
argEapMessageThe value of the eapMessage mandatory field

◆ PDUSessionAuthenticationCommand() [3/3]

Oss.Nas5GS1680.PDUSessionAuthenticationCommand.PDUSessionAuthenticationCommand ( byte[]  argEapMessage,
Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDUSessionAuthenticationCommand 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.PDUSessionAuthenticationCommand.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.PDUSessionAuthenticationCommand.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.PDUSessionAuthenticationCommand.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EapMessage

byte [] Oss.Nas5GS1680.PDUSessionAuthenticationCommand.EapMessage
getset

Field 'eapMessage' (mandatory)

◆ ExtendedProtocolConfigurationOptions

Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW Oss.Nas5GS1680.PDUSessionAuthenticationCommand.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)