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

Represents the MobileIdentityEUI64 type More...

Inherits Sequence.

Classes

class  TypeOfIdentityNumbers
 Defines meaningful names for particular values of the typeOfIdentity field More...
 

Public Member Functions

 MobileIdentityEUI64 ()
 The default constructor. More...
 
 MobileIdentityEUI64 (byte[] argEui64)
 Constructs an instance of MobileIdentityEUI64 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 Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int TypeOfIdentity [get]
 Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityEUI64.TypeOfIdentityNumbers class defines meaningful names for particular values of the field More...
 
byte[] Eui64 [get, set]
 Field 'eui64' (mandatory) More...
 

Detailed Description

Represents the MobileIdentityEUI64 type

Constructor & Destructor Documentation

◆ MobileIdentityEUI64() [1/2]

Oss.Nas5GS1680.MobileIdentityEUI64.MobileIdentityEUI64 ( )
inline

The default constructor.

◆ MobileIdentityEUI64() [2/2]

Oss.Nas5GS1680.MobileIdentityEUI64.MobileIdentityEUI64 ( byte[]  argEui64)
inline

Constructs an instance of MobileIdentityEUI64 with the specified components.

Parameters
argEui64The value of the eui64 mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Eui64

byte [] Oss.Nas5GS1680.MobileIdentityEUI64.Eui64
getset

Field 'eui64' (mandatory)

◆ Spare

int Oss.Nas5GS1680.MobileIdentityEUI64.Spare
get

Field 'spare' (mandatory, readonly)

◆ TypeOfIdentity

int Oss.Nas5GS1680.MobileIdentityEUI64.TypeOfIdentity
get

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