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

Represents the NativeNASKeySetIdentifier type More...

Inherits Sequence.

Classes

class  NasKeySetIdentifierNumbers
 Defines meaningful names for particular values of the nasKeySetIdentifier field More...
 
class  TscNumbers
 Defines meaningful names for particular values of the tsc field More...
 

Public Member Functions

 NativeNASKeySetIdentifier ()
 The default constructor. More...
 
 NativeNASKeySetIdentifier (int argTsc, int argNasKeySetIdentifier)
 Constructs an instance of NativeNASKeySetIdentifier 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 Tsc [get, set]
 Field 'tsc' (mandatory) The NativeNASKeySetIdentifier.TscNumbers class defines meaningful names for particular values of the field More...
 
int NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) The NativeNASKeySetIdentifier.NasKeySetIdentifierNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the NativeNASKeySetIdentifier type

Constructor & Destructor Documentation

◆ NativeNASKeySetIdentifier() [1/2]

Oss.Nas5GS1680.NativeNASKeySetIdentifier.NativeNASKeySetIdentifier ( )
inline

The default constructor.

◆ NativeNASKeySetIdentifier() [2/2]

Oss.Nas5GS1680.NativeNASKeySetIdentifier.NativeNASKeySetIdentifier ( int  argTsc,
int  argNasKeySetIdentifier 
)
inline

Constructs an instance of NativeNASKeySetIdentifier with the specified components.

Parameters
argTscThe value of the tsc mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ NasKeySetIdentifier

int Oss.Nas5GS1680.NativeNASKeySetIdentifier.NasKeySetIdentifier
getset

Field 'nasKeySetIdentifier' (mandatory) The NativeNASKeySetIdentifier.NasKeySetIdentifierNumbers class defines meaningful names for particular values of the field

◆ Tsc

int Oss.Nas5GS1680.NativeNASKeySetIdentifier.Tsc
getset

Field 'tsc' (mandatory) The NativeNASKeySetIdentifier.TscNumbers class defines meaningful names for particular values of the field