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

Represents the SEQUENCE type More...

Inherits Oss.Nas.Sequence.

Classes

class  GuaranteedBitRateForDownlinkNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForDownlink field More...
 
class  GuaranteedBitRateForUplinkNumbers
 Defines meaningful names for particular values of the guaranteedBitRateForUplink field More...
 
class  MaximumBitRateForDownlinkNumbers
 Defines meaningful names for particular values of the maximumBitRateForDownlink field More...
 
class  MaximumBitRateForUplinkNumbers
 Defines meaningful names for particular values of the maximumBitRateForUplink field More...
 

Public Member Functions

 NAS1790_Tbitrates ()
 The default constructor.
 
 NAS1790_Tbitrates (int argMaximumBitRateForUplink, int argMaximumBitRateForDownlink, int argGuaranteedBitRateForUplink, int argGuaranteedBitRateForDownlink)
 Constructs an instance of NAS1790_Tbitrates with the specified mandatory components. More...
 
 NAS1790_Tbitrates (int argMaximumBitRateForUplink, int argMaximumBitRateForDownlink, int argGuaranteedBitRateForUplink, int argGuaranteedBitRateForDownlink, Oss.Nas1790.NAS1790_TbitratesExt argExt)
 Constructs an instance of NAS1790_Tbitrates 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 MaximumBitRateForUplink [get, set]
 Field 'maximumBitRateForUplink' (mandatory) The NAS1790_Tbitrates.MaximumBitRateForUplinkNumbers class defines meaningful names for particular values of the field
 
int MaximumBitRateForDownlink [get, set]
 Field 'maximumBitRateForDownlink' (mandatory) The NAS1790_Tbitrates.MaximumBitRateForDownlinkNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForUplink [get, set]
 Field 'guaranteedBitRateForUplink' (mandatory) The NAS1790_Tbitrates.GuaranteedBitRateForUplinkNumbers class defines meaningful names for particular values of the field
 
int GuaranteedBitRateForDownlink [get, set]
 Field 'guaranteedBitRateForDownlink' (mandatory) The NAS1790_Tbitrates.GuaranteedBitRateForDownlinkNumbers class defines meaningful names for particular values of the field
 
Oss.Nas1790.NAS1790_TbitratesExt Ext [get, set]
 Field 'ext' (optional)
 

Detailed Description

Represents the SEQUENCE type

Constructor & Destructor Documentation

◆ NAS1790_Tbitrates() [1/2]

Oss.Nas1790.NAS1790_Tbitrates.NAS1790_Tbitrates ( int  argMaximumBitRateForUplink,
int  argMaximumBitRateForDownlink,
int  argGuaranteedBitRateForUplink,
int  argGuaranteedBitRateForDownlink 
)
inline

Constructs an instance of NAS1790_Tbitrates with the specified mandatory components.

Parameters
argMaximumBitRateForUplinkThe value of the maximumBitRateForUplink mandatory field
argMaximumBitRateForDownlinkThe value of the maximumBitRateForDownlink mandatory field
argGuaranteedBitRateForUplinkThe value of the guaranteedBitRateForUplink mandatory field
argGuaranteedBitRateForDownlinkThe value of the guaranteedBitRateForDownlink mandatory field

◆ NAS1790_Tbitrates() [2/2]

Oss.Nas1790.NAS1790_Tbitrates.NAS1790_Tbitrates ( int  argMaximumBitRateForUplink,
int  argMaximumBitRateForDownlink,
int  argGuaranteedBitRateForUplink,
int  argGuaranteedBitRateForDownlink,
Oss.Nas1790.NAS1790_TbitratesExt  argExt 
)
inline

Constructs an instance of NAS1790_Tbitrates with the specified components.

Parameters
argMaximumBitRateForUplinkThe value of the maximumBitRateForUplink mandatory field
argMaximumBitRateForDownlinkThe value of the maximumBitRateForDownlink mandatory field
argGuaranteedBitRateForUplinkThe value of the guaranteedBitRateForUplink mandatory field
argGuaranteedBitRateForDownlinkThe value of the guaranteedBitRateForDownlink mandatory field
argExtThe value of the ext optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.