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

Represents the CAGInformation type More...

Inherits Sequence.

Classes

class  CagIDType
 Represents the type of the cagID field More...
 

Public Member Functions

 CAGInformation ()
 The default constructor. More...
 
 CAGInformation (Oss.Nas5GS1680.MCCMNC argMccMNC, bool argCagOnly, Oss.Nas5GS1680.CAGInformation.CagIDType argCagID)
 Constructs an instance of CAGInformation 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

Oss.Nas5GS1680.MCCMNC MccMNC [get, set]
 Field 'mccMNC' (mandatory) More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
bool CagOnly [get, set]
 Field 'cagOnly' (mandatory) More...
 
Oss.Nas5GS1680.CAGInformation.CagIDType CagID [get, set]
 Field 'cagID' (mandatory) More...
 

Detailed Description

Represents the CAGInformation type

Constructor & Destructor Documentation

◆ CAGInformation() [1/2]

Oss.Nas5GS1680.CAGInformation.CAGInformation ( )
inline

The default constructor.

◆ CAGInformation() [2/2]

Oss.Nas5GS1680.CAGInformation.CAGInformation ( Oss.Nas5GS1680.MCCMNC  argMccMNC,
bool  argCagOnly,
Oss.Nas5GS1680.CAGInformation.CagIDType  argCagID 
)
inline

Constructs an instance of CAGInformation with the specified components.

Parameters
argMccMNCThe value of the mccMNC mandatory field
argCagOnlyThe value of the cagOnly mandatory field
argCagIDThe value of the cagID mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CagID

Oss.Nas5GS1680.CAGInformation.CagIDType Oss.Nas5GS1680.CAGInformation.CagID
getset

Field 'cagID' (mandatory)

◆ CagOnly

bool Oss.Nas5GS1680.CAGInformation.CagOnly
getset

Field 'cagOnly' (mandatory)

◆ MccMNC

Oss.Nas5GS1680.MCCMNC Oss.Nas5GS1680.CAGInformation.MccMNC
getset

Field 'mccMNC' (mandatory)

◆ Spare

int Oss.Nas5GS1680.CAGInformation.Spare
get

Field 'spare' (mandatory, readonly)