Represents the SEQUENCE
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | DtmGPRSHighMultislotClassNumbers |
Defines meaningful names for particular values of the dtmGPRSHighMultislotClass field More... | |
Public Member Functions | |
NAS1790_TdtmGPRSHighMultislot () | |
The default constructor. | |
NAS1790_TdtmGPRSHighMultislot (int argDtmGPRSHighMultislotClass, bool argOffsetRequired) | |
Constructs an instance of NAS1790_TdtmGPRSHighMultislot with the specified mandatory components. More... | |
NAS1790_TdtmGPRSHighMultislot (int argDtmGPRSHighMultislotClass, bool argOffsetRequired, Oss.Nas1790.NAS1790_TdtmEGPRSHighMultislot argDtmEGPRSHighMultislot) | |
Constructs an instance of NAS1790_TdtmGPRSHighMultislot 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 | DtmGPRSHighMultislotClass [get, set] |
Field 'dtmGPRSHighMultislotClass' (mandatory) The NAS1790_TdtmGPRSHighMultislot.DtmGPRSHighMultislotClassNumbers class defines meaningful names for particular values of the field | |
bool | OffsetRequired [get, set] |
Field 'offsetRequired' (mandatory) | |
bool | DtmEGPRSHighMultislotPresent [get] |
Field 'dtmEGPRSHighMultislotPresent' (mandatory, readonly) | |
Oss.Nas1790.NAS1790_TdtmEGPRSHighMultislot | DtmEGPRSHighMultislot [get, set] |
Field 'dtmEGPRSHighMultislot' (optional) | |
Represents the SEQUENCE
type
|
inline |
Constructs an instance of NAS1790_TdtmGPRSHighMultislot
with the specified mandatory components.
argDtmGPRSHighMultislotClass | The value of the dtmGPRSHighMultislotClass mandatory field |
argOffsetRequired | The value of the offsetRequired mandatory field |
|
inline |
Constructs an instance of NAS1790_TdtmGPRSHighMultislot
with the specified components.
argDtmGPRSHighMultislotClass | The value of the dtmGPRSHighMultislotClass mandatory field |
argOffsetRequired | The value of the offsetRequired mandatory field |
argDtmEGPRSHighMultislot | The value of the dtmEGPRSHighMultislot 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.