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

Represents the NASKeySetIdentifier type More...

Inherits Oss.Nas.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.
 
 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
 
int NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) The NASKeySetIdentifierContainer.NasKeySetIdentifierNumbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the NASKeySetIdentifier type

Constructor & Destructor Documentation

◆ NASKeySetIdentifierContainer()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.