Represents the MobileIdentity-MCCMNCAndSessionID
type
More...
Inherits Oss.Nas.Sequence.
Public Member Functions | |
MobileIdentityMCCMNCAndSessionID () | |
The default constructor. | |
MobileIdentityMCCMNCAndSessionID (Oss.Nas1790.MCCMNC argMccMNC, int argMbmsSessionIdentity) | |
Constructs an instance of MobileIdentityMCCMNCAndSessionID 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 | |
Oss.Nas1790.MCCMNC | MccMNC [get, set] |
Field 'mccMNC' (mandatory) | |
int | MbmsSessionIdentity [get, set] |
Field 'mbmsSessionIdentity' (mandatory) | |
Represents the MobileIdentity-MCCMNCAndSessionID
type
|
inline |
Constructs an instance of MobileIdentityMCCMNCAndSessionID
with the specified components.
argMccMNC | The value of the mccMNC mandatory field |
argMbmsSessionIdentity | The value of the mbmsSessionIdentity 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.