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) | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_Tbitrates
with the specified mandatory components.
argMaximumBitRateForUplink | The value of the maximumBitRateForUplink mandatory field |
argMaximumBitRateForDownlink | The value of the maximumBitRateForDownlink mandatory field |
argGuaranteedBitRateForUplink | The value of the guaranteedBitRateForUplink mandatory field |
argGuaranteedBitRateForDownlink | The value of the guaranteedBitRateForDownlink mandatory field |
|
inline |
Constructs an instance of NAS1790_Tbitrates
with the specified components.
argMaximumBitRateForUplink | The value of the maximumBitRateForUplink mandatory field |
argMaximumBitRateForDownlink | The value of the maximumBitRateForDownlink mandatory field |
argGuaranteedBitRateForUplink | The value of the guaranteedBitRateForUplink mandatory field |
argGuaranteedBitRateForDownlink | The value of the guaranteedBitRateForDownlink 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.