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

Represents the S1UENetworkCapability type More...

Inherits Sequence.

Classes

class  CapabilityUmtsType
 Represents the type of the capabilityUmts field More...
 

Public Member Functions

 S1UENetworkCapability ()
 The default constructor. More...
 
 S1UENetworkCapability (Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported argEpsIntegrityAlgorithmsSupported)
 Constructs an instance of S1UENetworkCapability with the specified mandatory components. More...
 
 S1UENetworkCapability (Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported argEpsIntegrityAlgorithmsSupported, Oss.Nas5GS1680.S1UENetworkCapability.CapabilityUmtsType argCapabilityUmts)
 Constructs an instance of S1UENetworkCapability 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

Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported EpsEncryptionAlgorithmsSupported [get, set]
 Field 'epsEncryptionAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported EpsIntegrityAlgorithmsSupported [get, set]
 Field 'epsIntegrityAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.S1UENetworkCapability.CapabilityUmtsType CapabilityUmts [get, set]
 Field 'capabilityUmts' (optional) More...
 

Detailed Description

Represents the S1UENetworkCapability type

Constructor & Destructor Documentation

◆ S1UENetworkCapability() [1/3]

Oss.Nas5GS1680.S1UENetworkCapability.S1UENetworkCapability ( )
inline

The default constructor.

◆ S1UENetworkCapability() [2/3]

Oss.Nas5GS1680.S1UENetworkCapability.S1UENetworkCapability ( Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported  argEpsIntegrityAlgorithmsSupported 
)
inline

Constructs an instance of S1UENetworkCapability with the specified mandatory components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIntegrityAlgorithmsSupportedThe value of the epsIntegrityAlgorithmsSupported mandatory field

◆ S1UENetworkCapability() [3/3]

Oss.Nas5GS1680.S1UENetworkCapability.S1UENetworkCapability ( Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported  argEpsIntegrityAlgorithmsSupported,
Oss.Nas5GS1680.S1UENetworkCapability.CapabilityUmtsType  argCapabilityUmts 
)
inline

Constructs an instance of S1UENetworkCapability with the specified components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIntegrityAlgorithmsSupportedThe value of the epsIntegrityAlgorithmsSupported mandatory field
argCapabilityUmtsThe value of the capabilityUmts optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CapabilityUmts

Oss.Nas5GS1680.S1UENetworkCapability.CapabilityUmtsType Oss.Nas5GS1680.S1UENetworkCapability.CapabilityUmts
getset

Field 'capabilityUmts' (optional)

◆ EpsEncryptionAlgorithmsSupported

Oss.Nas5GS1680.EPSEncryptionAlgorithmsSupported Oss.Nas5GS1680.S1UENetworkCapability.EpsEncryptionAlgorithmsSupported
getset

Field 'epsEncryptionAlgorithmsSupported' (mandatory)

◆ EpsIntegrityAlgorithmsSupported

Oss.Nas5GS1680.EPSIntegrityAlgorithmsSupported Oss.Nas5GS1680.S1UENetworkCapability.EpsIntegrityAlgorithmsSupported
getset

Field 'epsIntegrityAlgorithmsSupported' (mandatory)