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

Represents the NAS5GSMNetworkFeatureSupport type More...

Inherits Sequence.

Classes

class  EptS1Numbers
 Defines meaningful names for particular values of the ept-S1 field More...
 

Public Member Functions

 NAS5GSMNetworkFeatureSupport ()
 The default constructor. More...
 
 NAS5GSMNetworkFeatureSupport (int argEptS1)
 Constructs an instance of NAS5GSMNetworkFeatureSupport with the specified mandatory components. More...
 
 NAS5GSMNetworkFeatureSupport (int argEptS1, byte[] argDummy)
 Constructs an instance of NAS5GSMNetworkFeatureSupport 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 EptS1 [get, set]
 Field 'ept-S1' (mandatory) The NAS5GSMNetworkFeatureSupport.EptS1Numbers class defines meaningful names for particular values of the field More...
 
byte[] Dummy [get, set]
 Field 'dummy' (optional) More...
 

Detailed Description

Represents the NAS5GSMNetworkFeatureSupport type

Constructor & Destructor Documentation

◆ NAS5GSMNetworkFeatureSupport() [1/3]

Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.NAS5GSMNetworkFeatureSupport ( )
inline

The default constructor.

◆ NAS5GSMNetworkFeatureSupport() [2/3]

Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.NAS5GSMNetworkFeatureSupport ( int  argEptS1)
inline

Constructs an instance of NAS5GSMNetworkFeatureSupport with the specified mandatory components.

Parameters
argEptS1The value of the ept-S1 mandatory field

◆ NAS5GSMNetworkFeatureSupport() [3/3]

Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.NAS5GSMNetworkFeatureSupport ( int  argEptS1,
byte[]  argDummy 
)
inline

Constructs an instance of NAS5GSMNetworkFeatureSupport with the specified components.

Parameters
argEptS1The value of the ept-S1 mandatory field
argDummyThe value of the dummy optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Dummy

byte [] Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.Dummy
getset

Field 'dummy' (optional)

◆ EptS1

int Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.EptS1
getset

Field 'ept-S1' (mandatory) The NAS5GSMNetworkFeatureSupport.EptS1Numbers class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.NAS5GSMNetworkFeatureSupport.Spare
get

Field 'spare' (mandatory, readonly)