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

Represents the MCCMNC type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 MCCMNC ()
 The default constructor.
 
 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)
 
string Mnc [get, set]
 Field 'mnc' (mandatory)
 

Detailed Description

Represents the MCCMNC type

Constructor & Destructor Documentation

◆ MCCMNC()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.