Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | GuaranteedBitRateForDownlinkExtended2Numbers |
Defines meaningful names for particular values of the guaranteedBitRateForDownlinkExtended2 field More... | |
class | GuaranteedBitRateForUplinkExtended2Numbers |
Defines meaningful names for particular values of the guaranteedBitRateForUplinkExtended2 field More... | |
class | MaximumBitRateForDownlinkExtended2Numbers |
Defines meaningful names for particular values of the maximumBitRateForDownlinkExtended2 field More... | |
class | MaximumBitRateForUplinkExtended2Numbers |
Defines meaningful names for particular values of the maximumBitRateForUplinkExtended2 field More... | |
Public Member Functions | |
NAS1790_TbitratesExt2 () | |
The default constructor. | |
NAS1790_TbitratesExt2 (int argMaximumBitRateForUplinkExtended2, int argMaximumBitRateForDownlinkExtended2, int argGuaranteedBitRateForUplinkExtended2, int argGuaranteedBitRateForDownlinkExtended2) | |
Constructs an instance of NAS1790_TbitratesExt2 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 | MaximumBitRateForUplinkExtended2 [get, set] |
Field 'maximumBitRateForUplinkExtended2' (mandatory) The NAS1790_TbitratesExt2.MaximumBitRateForUplinkExtended2Numbers class defines meaningful names for particular values of the field | |
int | MaximumBitRateForDownlinkExtended2 [get, set] |
Field 'maximumBitRateForDownlinkExtended2' (mandatory) The NAS1790_TbitratesExt2.MaximumBitRateForDownlinkExtended2Numbers class defines meaningful names for particular values of the field | |
int | GuaranteedBitRateForUplinkExtended2 [get, set] |
Field 'guaranteedBitRateForUplinkExtended2' (mandatory) The NAS1790_TbitratesExt2.GuaranteedBitRateForUplinkExtended2Numbers class defines meaningful names for particular values of the field | |
int | GuaranteedBitRateForDownlinkExtended2 [get, set] |
Field 'guaranteedBitRateForDownlinkExtended2' (mandatory) The NAS1790_TbitratesExt2.GuaranteedBitRateForDownlinkExtended2Numbers class defines meaningful names for particular values of the field | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_TbitratesExt2
with the specified components.
argMaximumBitRateForUplinkExtended2 | The value of the maximumBitRateForUplinkExtended2 mandatory field |
argMaximumBitRateForDownlinkExtended2 | The value of the maximumBitRateForDownlinkExtended2 mandatory field |
argGuaranteedBitRateForUplinkExtended2 | The value of the guaranteedBitRateForUplinkExtended2 mandatory field |
argGuaranteedBitRateForDownlinkExtended2 | The value of the guaranteedBitRateForDownlinkExtended2 mandatory field |
|
inline |
Creates a deep copy of this object.
|
inline |
Determines whether the specified object is equal to the current object.
right | The object to compare with this object. |
true
when the specified object is equal to the current object; otherwise, false.
|
inline |
Represents a hash function for a particular type.