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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Classes

class  ApnAMBRForDownlinkExtendedNumbers
 Defines meaningful names for particular values of the apnAMBRForDownlinkExtended field More...
 
class  ApnAMBRForUplinkExtendedNumbers
 Defines meaningful names for particular values of the apnAMBRForUplinkExtended field More...
 

Public Member Functions

 NAS1790_APNAggregateMaximumBitRateExt ()
 The default constructor.
 
 NAS1790_APNAggregateMaximumBitRateExt (int argApnAMBRForDownlinkExtended, int argApnAMBRForUplinkExtended)
 Constructs an instance of NAS1790_APNAggregateMaximumBitRateExt with the specified mandatory components. More...
 
 NAS1790_APNAggregateMaximumBitRateExt (int argApnAMBRForDownlinkExtended, int argApnAMBRForUplinkExtended, Oss.Nas1790.NAS1790_APNAggregateMaximumBitRateExt2 argExt)
 Constructs an instance of NAS1790_APNAggregateMaximumBitRateExt 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 ApnAMBRForDownlinkExtended [get, set]
 Field 'apnAMBRForDownlinkExtended' (mandatory) The NAS1790_APNAggregateMaximumBitRateExt.ApnAMBRForDownlinkExtendedNumbers class defines meaningful names for particular values of the field
 
int ApnAMBRForUplinkExtended [get, set]
 Field 'apnAMBRForUplinkExtended' (mandatory) The NAS1790_APNAggregateMaximumBitRateExt.ApnAMBRForUplinkExtendedNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.NAS1790_APNAggregateMaximumBitRateExt2 Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_APNAggregateMaximumBitRateExt() [1/2]

Oss.Nas1790.NAS1790_APNAggregateMaximumBitRateExt.NAS1790_APNAggregateMaximumBitRateExt ( int  argApnAMBRForDownlinkExtended,
int  argApnAMBRForUplinkExtended 
)
inline

Constructs an instance of NAS1790_APNAggregateMaximumBitRateExt with the specified mandatory components.

Parameters
argApnAMBRForDownlinkExtendedThe value of the apnAMBRForDownlinkExtended mandatory field
argApnAMBRForUplinkExtendedThe value of the apnAMBRForUplinkExtended mandatory field

◆ NAS1790_APNAggregateMaximumBitRateExt() [2/2]

Oss.Nas1790.NAS1790_APNAggregateMaximumBitRateExt.NAS1790_APNAggregateMaximumBitRateExt ( int  argApnAMBRForDownlinkExtended,
int  argApnAMBRForUplinkExtended,
Oss.Nas1790.NAS1790_APNAggregateMaximumBitRateExt2  argExt 
)
inline

Constructs an instance of NAS1790_APNAggregateMaximumBitRateExt with the specified components.

Parameters
argApnAMBRForDownlinkExtendedThe value of the apnAMBRForDownlinkExtended mandatory field
argApnAMBRForUplinkExtendedThe value of the apnAMBRForUplinkExtended mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.