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

Represents the DRXParameter type More...

Inherits 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. More...
 
 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) More...
 
int DrxCycleLengthCoefficient [get, set]
 Field 'drxCycleLengthCoefficient' (mandatory) The DRXParameter.DrxCycleLengthCoefficientNumbers class defines meaningful names for particular values of the field More...
 
bool SplitOnCCCHSupported [get, set]
 Field 'splitOnCCCHSupported' (mandatory) More...
 
int NonDRXTimer [get, set]
 Field 'nonDRXTimer' (mandatory) The DRXParameter.NonDRXTimerNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the DRXParameter type

Constructor & Destructor Documentation

◆ DRXParameter() [1/2]

Oss.Nas1670.DRXParameter.DRXParameter ( )
inline

The default constructor.

◆ DRXParameter() [2/2]

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ DrxCycleLengthCoefficient

int Oss.Nas1670.DRXParameter.DrxCycleLengthCoefficient
getset

Field 'drxCycleLengthCoefficient' (mandatory) The DRXParameter.DrxCycleLengthCoefficientNumbers class defines meaningful names for particular values of the field

◆ NonDRXTimer

int Oss.Nas1670.DRXParameter.NonDRXTimer
getset

Field 'nonDRXTimer' (mandatory) The DRXParameter.NonDRXTimerNumbers class defines meaningful names for particular values of the field

◆ SplitOnCCCHSupported

bool Oss.Nas1670.DRXParameter.SplitOnCCCHSupported
getset

Field 'splitOnCCCHSupported' (mandatory)

◆ SplitPGCycleCode

int Oss.Nas1670.DRXParameter.SplitPGCycleCode
getset

Field 'splitPGCycleCode' (mandatory)