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

Represents the ExtendedProtocolConfigurationOptionsUE type More...

Inherits Sequence.

Classes

class  ConfigurationProtocolNumbers
 Defines meaningful names for particular values of the configurationProtocol field More...
 

Public Member Functions

 ExtendedProtocolConfigurationOptionsUE ()
 The default constructor. More...
 
 ExtendedProtocolConfigurationOptionsUE (int argConfigurationProtocol, Oss.Nas5GS1680.ProtocolAndContainerListUE argProtocolsAndContainers)
 Constructs an instance of ExtendedProtocolConfigurationOptionsUE 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 Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
int ConfigurationProtocol [get, set]
 Field 'configurationProtocol' (mandatory) The ExtendedProtocolConfigurationOptionsUE.ConfigurationProtocolNumbers class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.ProtocolAndContainerListUE ProtocolsAndContainers [get, set]
 Field 'protocolsAndContainers' (mandatory) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ ExtendedProtocolConfigurationOptionsUE() [1/2]

Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.ExtendedProtocolConfigurationOptionsUE ( )
inline

The default constructor.

◆ ExtendedProtocolConfigurationOptionsUE() [2/2]

Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.ExtendedProtocolConfigurationOptionsUE ( int  argConfigurationProtocol,
Oss.Nas5GS1680.ProtocolAndContainerListUE  argProtocolsAndContainers 
)
inline

Constructs an instance of ExtendedProtocolConfigurationOptionsUE with the specified components.

Parameters
argConfigurationProtocolThe value of the configurationProtocol mandatory field
argProtocolsAndContainersThe value of the protocolsAndContainers mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ConfigurationProtocol

int Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.ConfigurationProtocol
getset

Field 'configurationProtocol' (mandatory) The ExtendedProtocolConfigurationOptionsUE.ConfigurationProtocolNumbers class defines meaningful names for particular values of the field

◆ Ext

int Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.Ext
get

Field 'ext' (mandatory, readonly)

◆ ProtocolsAndContainers

Oss.Nas5GS1680.ProtocolAndContainerListUE Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.ProtocolsAndContainers
getset

Field 'protocolsAndContainers' (mandatory)

◆ Spare

int Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsUE.Spare
get

Field 'spare' (mandatory, readonly)