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) | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_TbitratesExt
with the specified mandatory components.
argMaximumBitRateForUplinkExtended | The value of the maximumBitRateForUplinkExtended mandatory field |
argMaximumBitRateForDownlinkExtended | The value of the maximumBitRateForDownlinkExtended mandatory field |
argGuaranteedBitRateForUplinkExtended | The value of the guaranteedBitRateForUplinkExtended mandatory field |
argGuaranteedBitRateForDownlinkExtended | The value of the guaranteedBitRateForDownlinkExtended mandatory field |
|
inline |
Constructs an instance of NAS1790_TbitratesExt
with the specified components.
argMaximumBitRateForUplinkExtended | The value of the maximumBitRateForUplinkExtended mandatory field |
argMaximumBitRateForDownlinkExtended | The value of the maximumBitRateForDownlinkExtended mandatory field |
argGuaranteedBitRateForUplinkExtended | The value of the guaranteedBitRateForUplinkExtended mandatory field |
argGuaranteedBitRateForDownlinkExtended | The value of the guaranteedBitRateForDownlinkExtended mandatory field |
argExt | The value of the ext optional 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.