OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.MobileIdentityTmgiAndOptionalMBMS Class Reference

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)
 

Detailed Description

Represents the MobileIdentity-tmgiAndOptionalMBMS type

Constructor & Destructor Documentation

◆ MobileIdentityTmgiAndOptionalMBMS()

Oss.Nas1790.MobileIdentityTmgiAndOptionalMBMS.MobileIdentityTmgiAndOptionalMBMS ( int  argMbmsServiceID,
Oss.Nas1790.NAS1790_TmccMNCAndSessionID  argMccMNCAndSessionID 
)
inline

Constructs an instance of MobileIdentityTmgiAndOptionalMBMS with the specified components.

Parameters
argMbmsServiceIDThe value of the mbmsServiceID mandatory field
argMccMNCAndSessionIDThe value of the mccMNCAndSessionID mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.MobileIdentityTmgiAndOptionalMBMS.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas1790.MobileIdentityTmgiAndOptionalMBMS.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1790.MobileIdentityTmgiAndOptionalMBMS.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.