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

Represents the EPSUnknownParameter type More...

Inherits Sequence.

Public Member Functions

 EPSUnknownParameter ()
 The default constructor. More...
 
 EPSUnknownParameter (int argEpsParameterIdentifier, byte[] argEpsParameterContents)
 Constructs an instance of EPSUnknownParameter 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 EpsParameterIdentifier [get, set]
 Field 'epsParameterIdentifier' (mandatory) More...
 
byte[] EpsParameterContents [get, set]
 Field 'epsParameterContents' (mandatory) More...
 

Detailed Description

Represents the EPSUnknownParameter type

Constructor & Destructor Documentation

◆ EPSUnknownParameter() [1/2]

Oss.Nas5GS1680.EPSUnknownParameter.EPSUnknownParameter ( )
inline

The default constructor.

◆ EPSUnknownParameter() [2/2]

Oss.Nas5GS1680.EPSUnknownParameter.EPSUnknownParameter ( int  argEpsParameterIdentifier,
byte[]  argEpsParameterContents 
)
inline

Constructs an instance of EPSUnknownParameter with the specified components.

Parameters
argEpsParameterIdentifierThe value of the epsParameterIdentifier mandatory field
argEpsParameterContentsThe value of the epsParameterContents mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EpsParameterContents

byte [] Oss.Nas5GS1680.EPSUnknownParameter.EpsParameterContents
getset

Field 'epsParameterContents' (mandatory)

◆ EpsParameterIdentifier

int Oss.Nas5GS1680.EPSUnknownParameter.EpsParameterIdentifier
getset

Field 'epsParameterIdentifier' (mandatory)