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

Represents the KSIAndSequenceNumber type More...

Inherits Sequence.

Classes

class  KeySetIdentifierNumbers
 Defines meaningful names for particular values of the keySetIdentifier field More...
 

Public Member Functions

 KSIAndSequenceNumber ()
 The default constructor. More...
 
 KSIAndSequenceNumber (int argKeySetIdentifier, int argSequenceNumber)
 Constructs an instance of KSIAndSequenceNumber 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 KeySetIdentifier [get, set]
 Field 'keySetIdentifier' (mandatory) The KSIAndSequenceNumber.KeySetIdentifierNumbers class defines meaningful names for particular values of the field More...
 
int SequenceNumber [get, set]
 Field 'sequenceNumber' (mandatory) More...
 

Detailed Description

Represents the KSIAndSequenceNumber type

Constructor & Destructor Documentation

◆ KSIAndSequenceNumber() [1/2]

Oss.Nas1670.KSIAndSequenceNumber.KSIAndSequenceNumber ( )
inline

The default constructor.

◆ KSIAndSequenceNumber() [2/2]

Oss.Nas1670.KSIAndSequenceNumber.KSIAndSequenceNumber ( int  argKeySetIdentifier,
int  argSequenceNumber 
)
inline

Constructs an instance of KSIAndSequenceNumber with the specified components.

Parameters
argKeySetIdentifierThe value of the keySetIdentifier mandatory field
argSequenceNumberThe value of the sequenceNumber mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ KeySetIdentifier

int Oss.Nas1670.KSIAndSequenceNumber.KeySetIdentifier
getset

Field 'keySetIdentifier' (mandatory) The KSIAndSequenceNumber.KeySetIdentifierNumbers class defines meaningful names for particular values of the field

◆ SequenceNumber

int Oss.Nas1670.KSIAndSequenceNumber.SequenceNumber
getset

Field 'sequenceNumber' (mandatory)