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

Represents the MCCMNC type More...

Inherits Sequence.

Public Member Functions

 MCCMNC ()
 The default constructor. More...
 
 MCCMNC (string argMcc, string argMnc)
 Constructs an instance of MCCMNC 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

string Mcc [get, set]
 Field 'mcc' (mandatory) More...
 
string Mnc [get, set]
 Field 'mnc' (mandatory) More...
 

Detailed Description

Represents the MCCMNC type

Constructor & Destructor Documentation

◆ MCCMNC() [1/2]

Oss.Nas5GS1680.MCCMNC.MCCMNC ( )
inline

The default constructor.

◆ MCCMNC() [2/2]

Oss.Nas5GS1680.MCCMNC.MCCMNC ( string  argMcc,
string  argMnc 
)
inline

Constructs an instance of MCCMNC with the specified components.

Parameters
argMccThe value of the mcc mandatory field
argMncThe value of the mnc mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Mcc

string Oss.Nas5GS1680.MCCMNC.Mcc
getset

Field 'mcc' (mandatory)

◆ Mnc

string Oss.Nas5GS1680.MCCMNC.Mnc
getset

Field 'mnc' (mandatory)