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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Classes

class  GuaranteedBitRateForDownlinkExtendedNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForDownlinkExtended field More...
 
class  GuaranteedBitRateForUplinkExtendedNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForUplinkExtended field More...
 
class  MaximumBitRateForDownlinkExtendedNumbers
 Defines meaningful names for particular values of the maximumBitRateForDownlinkExtended field More...
 
class  MaximumBitRateForUplinkExtendedNumbers
 Defines meaningful names for particular values of the maximumBitRateForUplinkExtended field More...
 

Public Member Functions

 NAS1790_TbitratesExt ()
 The default constructor.
 
 NAS1790_TbitratesExt (int argMaximumBitRateForUplinkExtended, int argMaximumBitRateForDownlinkExtended, int argGuaranteedBitRateForUplinkExtended, int argGuaranteedBitRateForDownlinkExtended)
 Constructs an instance of NAS1790_TbitratesExt with the specified mandatory components. More...
 
 NAS1790_TbitratesExt (int argMaximumBitRateForUplinkExtended, int argMaximumBitRateForDownlinkExtended, int argGuaranteedBitRateForUplinkExtended, int argGuaranteedBitRateForDownlinkExtended, Oss.Nas1790.NAS1790_TbitratesExt2 argExt)
 Constructs an instance of NAS1790_TbitratesExt 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 MaximumBitRateForUplinkExtended [get, set]
 Field 'maximumBitRateForUplinkExtended' (mandatory) The NAS1790_TbitratesExt.MaximumBitRateForUplinkExtendedNumbers class defines meaningful names for particular values of the field
 
int MaximumBitRateForDownlinkExtended [get, set]
 Field 'maximumBitRateForDownlinkExtended' (mandatory) The NAS1790_TbitratesExt.MaximumBitRateForDownlinkExtendedNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForUplinkExtended [get, set]
 Field 'guaranteedBitRateForUplinkExtended' (mandatory) The NAS1790_TbitratesExt.GuaranteedBitRateForUplinkExtendedNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForDownlinkExtended [get, set]
 Field 'guaranteedBitRateForDownlinkExtended' (mandatory) The NAS1790_TbitratesExt.GuaranteedBitRateForDownlinkExtendedNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.NAS1790_TbitratesExt2 Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_TbitratesExt() [1/2]

Oss.Nas1790.NAS1790_TbitratesExt.NAS1790_TbitratesExt ( int  argMaximumBitRateForUplinkExtended,
int  argMaximumBitRateForDownlinkExtended,
int  argGuaranteedBitRateForUplinkExtended,
int  argGuaranteedBitRateForDownlinkExtended 
)
inline

Constructs an instance of NAS1790_TbitratesExt with the specified mandatory components.

Parameters
argMaximumBitRateForUplinkExtendedThe value of the maximumBitRateForUplinkExtended mandatory field
argMaximumBitRateForDownlinkExtendedThe value of the maximumBitRateForDownlinkExtended mandatory field
argGuaranteedBitRateForUplinkExtendedThe value of the guaranteedBitRateForUplinkExtended mandatory field
argGuaranteedBitRateForDownlinkExtendedThe value of the guaranteedBitRateForDownlinkExtended mandatory field

◆ NAS1790_TbitratesExt() [2/2]

Oss.Nas1790.NAS1790_TbitratesExt.NAS1790_TbitratesExt ( int  argMaximumBitRateForUplinkExtended,
int  argMaximumBitRateForDownlinkExtended,
int  argGuaranteedBitRateForUplinkExtended,
int  argGuaranteedBitRateForDownlinkExtended,
Oss.Nas1790.NAS1790_TbitratesExt2  argExt 
)
inline

Constructs an instance of NAS1790_TbitratesExt with the specified components.

Parameters
argMaximumBitRateForUplinkExtendedThe value of the maximumBitRateForUplinkExtended mandatory field
argMaximumBitRateForDownlinkExtendedThe value of the maximumBitRateForDownlinkExtended mandatory field
argGuaranteedBitRateForUplinkExtendedThe value of the guaranteedBitRateForUplinkExtended mandatory field
argGuaranteedBitRateForDownlinkExtendedThe value of the guaranteedBitRateForDownlinkExtended mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.