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

Represents the DRXParameter type More...

Inherits Oss.Nas.Sequence.

Classes

class  DrxCycleLengthCoefficientNumbers
 Defines meaningful names for particular values of the drxCycleLengthCoefficient field More...
 
class  NonDRXTimerNumbers
 Defines meaningful names for particular values of the nonDRXTimer field More...
 

Public Member Functions

 DRXParameter ()
 The default constructor.
 
 DRXParameter (int argSplitPGCycleCode, int argDrxCycleLengthCoefficient, bool argSplitOnCCCHSupported, int argNonDRXTimer)
 Constructs an instance of DRXParameter 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 SplitPGCycleCode [get, set]
 Field 'splitPGCycleCode' (mandatory)
 
int DrxCycleLengthCoefficient [get, set]
 Field 'drxCycleLengthCoefficient' (mandatory) The DRXParameter.DrxCycleLengthCoefficientNumbers class defines meaningful names for particular values of the field
 
bool SplitOnCCCHSupported [get, set]
 Field 'splitOnCCCHSupported' (mandatory)
 
int NonDRXTimer [get, set]
 Field 'nonDRXTimer' (mandatory) The DRXParameter.NonDRXTimerNumbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the DRXParameter type

Constructor & Destructor Documentation

◆ DRXParameter()

Oss.Nas1790.DRXParameter.DRXParameter ( int  argSplitPGCycleCode,
int  argDrxCycleLengthCoefficient,
bool  argSplitOnCCCHSupported,
int  argNonDRXTimer 
)
inline

Constructs an instance of DRXParameter with the specified components.

Parameters
argSplitPGCycleCodeThe value of the splitPGCycleCode mandatory field
argDrxCycleLengthCoefficientThe value of the drxCycleLengthCoefficient mandatory field
argSplitOnCCCHSupportedThe value of the splitOnCCCHSupported mandatory field
argNonDRXTimerThe value of the nonDRXTimer mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.