OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.MobileIdentityIMEI Class Reference

Represents the MobileIdentityIMEI type More...

Inherits Sequence.

Classes

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

 MobileIdentityIMEI ()
 The default constructor. More...
 
 MobileIdentityIMEI (string argIdentityDigits)
 Constructs an instance of MobileIdentityIMEI 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 MobileIdentityIMEI.OddEvenIndicatorNumbers class defines meaningful names for particular values of the field More...
 
int TypeOfIdentity [get]
 Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityIMEI.TypeOfIdentityNumbers class defines meaningful names for particular values of the field More...
 
string IdentityDigits [get, set]
 Field 'identityDigits' (mandatory) More...
 

Detailed Description

Represents the MobileIdentityIMEI type

Constructor & Destructor Documentation

◆ MobileIdentityIMEI() [1/2]

Oss.Nas5GS1680.MobileIdentityIMEI.MobileIdentityIMEI ( )
inline

The default constructor.

◆ MobileIdentityIMEI() [2/2]

Oss.Nas5GS1680.MobileIdentityIMEI.MobileIdentityIMEI ( string  argIdentityDigits)
inline

Constructs an instance of MobileIdentityIMEI with the specified components.

Parameters
argIdentityDigitsThe value of the identityDigits mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.MobileIdentityIMEI.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.Nas5GS1680.MobileIdentityIMEI.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.Nas5GS1680.MobileIdentityIMEI.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ IdentityDigits

string Oss.Nas5GS1680.MobileIdentityIMEI.IdentityDigits
getset

Field 'identityDigits' (mandatory)

◆ OddEvenIndicator

int Oss.Nas5GS1680.MobileIdentityIMEI.OddEvenIndicator
get

Field 'oddEvenIndicator' (mandatory, readonly) The MobileIdentityIMEI.OddEvenIndicatorNumbers class defines meaningful names for particular values of the field

◆ TypeOfIdentity

int Oss.Nas5GS1680.MobileIdentityIMEI.TypeOfIdentity
get

Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityIMEI.TypeOfIdentityNumbers class defines meaningful names for particular values of the field