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

Represents the AllowedSSCMode type More...

Inherits Sequence.

Classes

class  Ssc1Numbers
 Defines meaningful names for particular values of the ssc1 field More...
 
class  Ssc2Numbers
 Defines meaningful names for particular values of the ssc2 field More...
 
class  Ssc3Numbers
 Defines meaningful names for particular values of the ssc3 field More...
 

Public Member Functions

 AllowedSSCMode ()
 The default constructor. More...
 
 AllowedSSCMode (int argSsc3, int argSsc2, int argSsc1)
 Constructs an instance of AllowedSSCMode 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 Ssc3 [get, set]
 Field 'ssc3' (mandatory) The AllowedSSCMode.Ssc3Numbers class defines meaningful names for particular values of the field More...
 
int Ssc2 [get, set]
 Field 'ssc2' (mandatory) The AllowedSSCMode.Ssc2Numbers class defines meaningful names for particular values of the field More...
 
int Ssc1 [get, set]
 Field 'ssc1' (mandatory) The AllowedSSCMode.Ssc1Numbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the AllowedSSCMode type

Constructor & Destructor Documentation

◆ AllowedSSCMode() [1/2]

Oss.Nas5GS1680.AllowedSSCMode.AllowedSSCMode ( )
inline

The default constructor.

◆ AllowedSSCMode() [2/2]

Oss.Nas5GS1680.AllowedSSCMode.AllowedSSCMode ( int  argSsc3,
int  argSsc2,
int  argSsc1 
)
inline

Constructs an instance of AllowedSSCMode with the specified components.

Parameters
argSsc3The value of the ssc3 mandatory field
argSsc2The value of the ssc2 mandatory field
argSsc1The value of the ssc1 mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Spare

int Oss.Nas5GS1680.AllowedSSCMode.Spare
get

Field 'spare' (mandatory, readonly)

◆ Ssc1

int Oss.Nas5GS1680.AllowedSSCMode.Ssc1
getset

Field 'ssc1' (mandatory) The AllowedSSCMode.Ssc1Numbers class defines meaningful names for particular values of the field

◆ Ssc2

int Oss.Nas5GS1680.AllowedSSCMode.Ssc2
getset

Field 'ssc2' (mandatory) The AllowedSSCMode.Ssc2Numbers class defines meaningful names for particular values of the field

◆ Ssc3

int Oss.Nas5GS1680.AllowedSSCMode.Ssc3
getset

Field 'ssc3' (mandatory) The AllowedSSCMode.Ssc3Numbers class defines meaningful names for particular values of the field