Represents the MobileIdentity-tmgiAndOptionalMBMS
type
More...
Inherits Oss.Nas.Sequence.
Classes | |
class | MbmsSessionIdentityIndicatorNumbers |
Defines meaningful names for particular values of the mbmsSessionIdentityIndicator field More... | |
class | MccMNCIndicatorNumbers |
Defines meaningful names for particular values of the mccMNCIndicator field More... | |
class | OddEvenIndicatorNumbers |
Defines meaningful names for particular values of the oddEvenIndicator field More... | |
class | TypeOfIdentityNumbers |
Defines meaningful names for particular values of the typeOfIdentity field More... | |
Public Member Functions | |
MobileIdentityTmgiAndOptionalMBMS () | |
The default constructor. | |
MobileIdentityTmgiAndOptionalMBMS (int argMbmsServiceID, Oss.Nas1790.NAS1790_TmccMNCAndSessionID argMccMNCAndSessionID) | |
Constructs an instance of MobileIdentityTmgiAndOptionalMBMS 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 | OddEvenIndicator [get] |
Field 'oddEvenIndicator' (mandatory, readonly) The MobileIdentityTmgiAndOptionalMBMS.OddEvenIndicatorNumbers class defines meaningful names for particular values of the field | |
int | TypeOfIdentity [get] |
Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityTmgiAndOptionalMBMS.TypeOfIdentityNumbers class defines meaningful names for particular values of the field | |
int | Spare [get] |
Field 'spare' (mandatory, readonly) | |
int | MbmsSessionIdentityIndicator [get] |
Field 'mbmsSessionIdentityIndicator' (mandatory, readonly) The MobileIdentityTmgiAndOptionalMBMS.MbmsSessionIdentityIndicatorNumbers class defines meaningful names for particular values of the field | |
int | MccMNCIndicator [get] |
Field 'mccMNCIndicator' (mandatory, readonly) The MobileIdentityTmgiAndOptionalMBMS.MccMNCIndicatorNumbers class defines meaningful names for particular values of the field | |
int | MbmsServiceID [get, set] |
Field 'mbmsServiceID' (mandatory) | |
Oss.Nas1790.NAS1790_TmccMNCAndSessionID | MccMNCAndSessionID [get, set] |
Field 'mccMNCAndSessionID' (mandatory) | |
Represents the MobileIdentity-tmgiAndOptionalMBMS
type
|
inline |
Constructs an instance of MobileIdentityTmgiAndOptionalMBMS
with the specified components.
argMbmsServiceID | The value of the mbmsServiceID mandatory field |
argMccMNCAndSessionID | The value of the mccMNCAndSessionID 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.