OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.RequestedUEPolicies Class Reference

Represents the RequestedUEPolicies type More...

Inherits Sequence.

Classes

class  Pc5IndicatorNumbers
 Defines meaningful names for particular values of the pc5Indicator field More...
 
class  UuIndicatorNumbers
 Defines meaningful names for particular values of the uuIndicator field More...
 

Public Member Functions

 RequestedUEPolicies ()
 The default constructor. More...
 
 RequestedUEPolicies (int argPc5Indicator, int argUuIndicator)
 Constructs an instance of RequestedUEPolicies with the specified mandatory components. More...
 
 RequestedUEPolicies (int argPc5Indicator, int argUuIndicator, int? argDummy)
 Constructs an instance of RequestedUEPolicies 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) More...
 
int Pc5Indicator [get, set]
 Field 'pc5Indicator' (mandatory) The RequestedUEPolicies.Pc5IndicatorNumbers class defines meaningful names for particular values of the field More...
 
int UuIndicator [get, set]
 Field 'uuIndicator' (mandatory) The RequestedUEPolicies.UuIndicatorNumbers class defines meaningful names for particular values of the field More...
 
int? Dummy [get, set]
 Field 'dummy' (optional, readonly) More...
 

Detailed Description

Represents the RequestedUEPolicies type

Constructor & Destructor Documentation

◆ RequestedUEPolicies() [1/3]

Oss.Nas5GS1680.RequestedUEPolicies.RequestedUEPolicies ( )
inline

The default constructor.

◆ RequestedUEPolicies() [2/3]

Oss.Nas5GS1680.RequestedUEPolicies.RequestedUEPolicies ( int  argPc5Indicator,
int  argUuIndicator 
)
inline

Constructs an instance of RequestedUEPolicies with the specified mandatory components.

Parameters
argPc5IndicatorThe value of the pc5Indicator mandatory field
argUuIndicatorThe value of the uuIndicator mandatory field

◆ RequestedUEPolicies() [3/3]

Oss.Nas5GS1680.RequestedUEPolicies.RequestedUEPolicies ( int  argPc5Indicator,
int  argUuIndicator,
int?  argDummy 
)
inline

Constructs an instance of RequestedUEPolicies with the specified components.

Parameters
argPc5IndicatorThe value of the pc5Indicator mandatory field
argUuIndicatorThe value of the uuIndicator mandatory field
argDummyThe value of the dummy optional, readonly field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.RequestedUEPolicies.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.Nas5GS1680.RequestedUEPolicies.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.Nas5GS1680.RequestedUEPolicies.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dummy

int? Oss.Nas5GS1680.RequestedUEPolicies.Dummy
getset

Field 'dummy' (optional, readonly)

◆ Pc5Indicator

int Oss.Nas5GS1680.RequestedUEPolicies.Pc5Indicator
getset

Field 'pc5Indicator' (mandatory) The RequestedUEPolicies.Pc5IndicatorNumbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.RequestedUEPolicies.Spare
get

Field 'spare' (mandatory, readonly)

◆ UuIndicator

int Oss.Nas5GS1680.RequestedUEPolicies.UuIndicator
getset

Field 'uuIndicator' (mandatory) The RequestedUEPolicies.UuIndicatorNumbers class defines meaningful names for particular values of the field