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

Represents the RadioPriority type More...

Inherits Oss.Nas.Sequence.

Classes

class  RadioPriorityLevelNumbers
 Defines meaningful names for particular values of the radioPriorityLevel field More...
 

Public Member Functions

 RadioPriority ()
 The default constructor.
 
 RadioPriority (int argRadioPriorityLevel)
 Constructs an instance of RadioPriority 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 Spare [get]
 Field 'spare' (mandatory, readonly)
 
int RadioPriorityLevel [get, set]
 Field 'radioPriorityLevel' (mandatory) The RadioPriority.RadioPriorityLevelNumbers class defines meaningful names for particular values of the field
 

Detailed Description

Represents the RadioPriority type

Constructor & Destructor Documentation

◆ RadioPriority()

Oss.Nas1790.RadioPriority.RadioPriority ( int  argRadioPriorityLevel)
inline

Constructs an instance of RadioPriority with the specified components.

Parameters
argRadioPriorityLevelThe value of the radioPriorityLevel mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.