OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.NASKeySetIdentifierContainer Class Reference

Represents the NASKeySetIdentifier type More...

Inherits Sequence.

Classes

class  NasKeySetIdentifierNumbers
 Defines meaningful names for particular values of the nasKeySetIdentifier field More...
 
class  TypeOfSecurityContextNumbers
 Defines meaningful names for particular values of the typeOfSecurityContext field More...
 

Public Member Functions

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

Detailed Description

Represents the NASKeySetIdentifier type

Constructor & Destructor Documentation

◆ NASKeySetIdentifierContainer() [1/2]

Oss.Nas1670.NASKeySetIdentifierContainer.NASKeySetIdentifierContainer ( )
inline

The default constructor.

◆ NASKeySetIdentifierContainer() [2/2]

Oss.Nas1670.NASKeySetIdentifierContainer.NASKeySetIdentifierContainer ( int  argTypeOfSecurityContext,
int  argNasKeySetIdentifier 
)
inline

Constructs an instance of NASKeySetIdentifierContainer with the specified components.

Parameters
argTypeOfSecurityContextThe value of the typeOfSecurityContext mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.NASKeySetIdentifierContainer.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.Nas1670.NASKeySetIdentifierContainer.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.Nas1670.NASKeySetIdentifierContainer.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ NasKeySetIdentifier

int Oss.Nas1670.NASKeySetIdentifierContainer.NasKeySetIdentifier
getset

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

◆ TypeOfSecurityContext

int Oss.Nas1670.NASKeySetIdentifierContainer.TypeOfSecurityContext
getset

Field 'typeOfSecurityContext' (mandatory) The NASKeySetIdentifierContainer.TypeOfSecurityContextNumbers class defines meaningful names for particular values of the field