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

Represents the SNSSAI type More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, SstChosen = 1, SstAndMHPLMNSSTChosen = 2, SstAndSDChosen = 3,
  SstSDAndMHPLMNSSTChosen = 4, SstSDMHPLMNSSTAndMHPLMNSDChosen = 5
}
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
int??? Sst [get, set]
 Gets or selects the 'sst' alternative. The SST class defines meaningful names for particular values of the alternative More...
 
Oss.Nas5GS1680.SSTAndMHPLMNSSTSstAndMHPLMNSST [get, set]
 Gets or selects the 'sstAndMHPLMNSST' alternative. More...
 
Oss.Nas5GS1680.SSTAndSDSstAndSD [get, set]
 Gets or selects the 'sstAndSD' alternative. More...
 
Oss.Nas5GS1680.SSTSDAndMHPLMNSSTSstSDAndMHPLMNSST [get, set]
 Gets or selects the 'sstSDAndMHPLMNSST' alternative. More...
 
Oss.Nas5GS1680.SSTSDMHPLMNSSTAndMHPLMNSDSstSDMHPLMNSSTAndMHPLMNSD [get, set]
 Gets or selects the 'sstSD-MHPLMNSSTAndMHPLMNSD' alternative. More...
 

Detailed Description

Represents the SNSSAI type

Member Enumeration Documentation

◆ Id

CHOICE alternatives

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.SNSSAI.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.SNSSAI.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, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.SNSSAI.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Selected

Id Oss.Nas5GS1680.SNSSAI.Selected
get

Gets current selection

◆ Sst

int??? Oss.Nas5GS1680.SNSSAI.Sst
getset

Gets or selects the 'sst' alternative. The SST class defines meaningful names for particular values of the alternative

◆ SstAndMHPLMNSST

Oss.Nas5GS1680.SSTAndMHPLMNSST? Oss.Nas5GS1680.SNSSAI.SstAndMHPLMNSST
getset

Gets or selects the 'sstAndMHPLMNSST' alternative.

◆ SstAndSD

Oss.Nas5GS1680.SSTAndSD? Oss.Nas5GS1680.SNSSAI.SstAndSD
getset

Gets or selects the 'sstAndSD' alternative.

◆ SstSDAndMHPLMNSST

Oss.Nas5GS1680.SSTSDAndMHPLMNSST? Oss.Nas5GS1680.SNSSAI.SstSDAndMHPLMNSST
getset

Gets or selects the 'sstSDAndMHPLMNSST' alternative.

◆ SstSDMHPLMNSSTAndMHPLMNSD

Oss.Nas5GS1680.SSTSDMHPLMNSSTAndMHPLMNSD? Oss.Nas5GS1680.SNSSAI.SstSDMHPLMNSSTAndMHPLMNSD
getset

Gets or selects the 'sstSD-MHPLMNSSTAndMHPLMNSD' alternative.