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

Represents the NetworkName type More...

Inherits Sequence.

Classes

class  AddCountryInitialsNumbers
 Defines meaningful names for particular values of the addCountryInitials field More...
 
class  CodingSchemeNumbers
 Defines meaningful names for particular values of the codingScheme field More...
 
class  SpareBitsInLastOctetNumbers
 Defines meaningful names for particular values of the spareBitsInLastOctet field More...
 

Public Member Functions

 NetworkName ()
 The default constructor. More...
 
 NetworkName (int argCodingScheme, int argAddCountryInitials, int argSpareBitsInLastOctet, byte[] argTextString)
 Constructs an instance of NetworkName 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 Ext [get]
 Field 'ext' (mandatory, readonly) More...
 
int CodingScheme [get, set]
 Field 'codingScheme' (mandatory) The NetworkName.CodingSchemeNumbers class defines meaningful names for particular values of the field More...
 
int AddCountryInitials [get, set]
 Field 'addCountryInitials' (mandatory) The NetworkName.AddCountryInitialsNumbers class defines meaningful names for particular values of the field More...
 
int SpareBitsInLastOctet [get, set]
 Field 'spareBitsInLastOctet' (mandatory) The NetworkName.SpareBitsInLastOctetNumbers class defines meaningful names for particular values of the field More...
 
byte[] TextString [get, set]
 Field 'textString' (mandatory) More...
 

Detailed Description

Represents the NetworkName type

Constructor & Destructor Documentation

◆ NetworkName() [1/2]

Oss.Nas5GS1680.NetworkName.NetworkName ( )
inline

The default constructor.

◆ NetworkName() [2/2]

Oss.Nas5GS1680.NetworkName.NetworkName ( int  argCodingScheme,
int  argAddCountryInitials,
int  argSpareBitsInLastOctet,
byte[]  argTextString 
)
inline

Constructs an instance of NetworkName with the specified components.

Parameters
argCodingSchemeThe value of the codingScheme mandatory field
argAddCountryInitialsThe value of the addCountryInitials mandatory field
argSpareBitsInLastOctetThe value of the spareBitsInLastOctet mandatory field
argTextStringThe value of the textString mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AddCountryInitials

int Oss.Nas5GS1680.NetworkName.AddCountryInitials
getset

Field 'addCountryInitials' (mandatory) The NetworkName.AddCountryInitialsNumbers class defines meaningful names for particular values of the field

◆ CodingScheme

int Oss.Nas5GS1680.NetworkName.CodingScheme
getset

Field 'codingScheme' (mandatory) The NetworkName.CodingSchemeNumbers class defines meaningful names for particular values of the field

◆ Ext

int Oss.Nas5GS1680.NetworkName.Ext
get

Field 'ext' (mandatory, readonly)

◆ SpareBitsInLastOctet

int Oss.Nas5GS1680.NetworkName.SpareBitsInLastOctet
getset

Field 'spareBitsInLastOctet' (mandatory) The NetworkName.SpareBitsInLastOctetNumbers class defines meaningful names for particular values of the field

◆ TextString

byte [] Oss.Nas5GS1680.NetworkName.TextString
getset

Field 'textString' (mandatory)