OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.PDNConnectivityRequest Class Reference

Represents the PDNConnectivityRequest type More...

Inherits Sequence.

Public Member Functions

 PDNConnectivityRequest ()
 The default constructor. More...
 
 PDNConnectivityRequest (Oss.Nas1670.RequestTypeContainer argRequestType, Oss.Nas1670.PDNTypeContainer argPdnType)
 Constructs an instance of PDNConnectivityRequest with the specified mandatory components. More...
 
 PDNConnectivityRequest (Oss.Nas1670.RequestTypeContainer argRequestType, Oss.Nas1670.PDNTypeContainer argPdnType, Oss.Nas1670.ESMInformationTransferFlagContainer argEsmInformationTransferFlag, byte[] argAccessPointName, Oss.Nas1670.ProtocolConfigurationOptionsUE argProtocolConfigurationOptions, Oss.Nas1670.DeviceProperties argDeviceProperties, byte[] argNbifomContainer, Oss.Nas1670.HeaderCompressionConfiguration argHeaderCompressionConfiguration, Oss.Nas1670.ProtocolConfigurationOptionsUE argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDNConnectivityRequest 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.Nas1670.RequestTypeContainer RequestType [get, set]
 Field 'requestType' (mandatory) More...
 
Oss.Nas1670.PDNTypeContainer PdnType [get, set]
 Field 'pdnType' (mandatory) More...
 
Oss.Nas1670.ESMInformationTransferFlagContainer EsmInformationTransferFlag [get, set]
 Field 'esmInformationTransferFlag' (optional) More...
 
byte[] AccessPointName [get, set]
 Field 'accessPointName' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsUE ProtocolConfigurationOptions [get, set]
 Field 'protocolConfigurationOptions' (optional) More...
 
Oss.Nas1670.DeviceProperties DeviceProperties [get, set]
 Field 'deviceProperties' (optional) More...
 
byte[] NbifomContainer [get, set]
 Field 'nbifomContainer' (optional) More...
 
Oss.Nas1670.HeaderCompressionConfiguration HeaderCompressionConfiguration [get, set]
 Field 'headerCompressionConfiguration' (optional) More...
 
Oss.Nas1670.ProtocolConfigurationOptionsUE ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the PDNConnectivityRequest type

Constructor & Destructor Documentation

◆ PDNConnectivityRequest() [1/3]

Oss.Nas1670.PDNConnectivityRequest.PDNConnectivityRequest ( )
inline

The default constructor.

◆ PDNConnectivityRequest() [2/3]

Oss.Nas1670.PDNConnectivityRequest.PDNConnectivityRequest ( Oss.Nas1670.RequestTypeContainer  argRequestType,
Oss.Nas1670.PDNTypeContainer  argPdnType 
)
inline

Constructs an instance of PDNConnectivityRequest with the specified mandatory components.

Parameters
argRequestTypeThe value of the requestType mandatory field
argPdnTypeThe value of the pdnType mandatory field

◆ PDNConnectivityRequest() [3/3]

Oss.Nas1670.PDNConnectivityRequest.PDNConnectivityRequest ( Oss.Nas1670.RequestTypeContainer  argRequestType,
Oss.Nas1670.PDNTypeContainer  argPdnType,
Oss.Nas1670.ESMInformationTransferFlagContainer  argEsmInformationTransferFlag,
byte[]  argAccessPointName,
Oss.Nas1670.ProtocolConfigurationOptionsUE  argProtocolConfigurationOptions,
Oss.Nas1670.DeviceProperties  argDeviceProperties,
byte[]  argNbifomContainer,
Oss.Nas1670.HeaderCompressionConfiguration  argHeaderCompressionConfiguration,
Oss.Nas1670.ProtocolConfigurationOptionsUE  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDNConnectivityRequest with the specified components.

Parameters
argRequestTypeThe value of the requestType mandatory field
argPdnTypeThe value of the pdnType mandatory field
argEsmInformationTransferFlagThe value of the esmInformationTransferFlag optional field
argAccessPointNameThe value of the accessPointName optional field
argProtocolConfigurationOptionsThe value of the protocolConfigurationOptions optional field
argDevicePropertiesThe value of the deviceProperties optional field
argNbifomContainerThe value of the nbifomContainer optional field
argHeaderCompressionConfigurationThe value of the headerCompressionConfiguration optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.PDNConnectivityRequest.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.Nas1670.PDNConnectivityRequest.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.Nas1670.PDNConnectivityRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AccessPointName

byte [] Oss.Nas1670.PDNConnectivityRequest.AccessPointName
getset

Field 'accessPointName' (optional)

◆ DeviceProperties

Oss.Nas1670.DeviceProperties Oss.Nas1670.PDNConnectivityRequest.DeviceProperties
getset

Field 'deviceProperties' (optional)

◆ EsmInformationTransferFlag

Oss.Nas1670.ESMInformationTransferFlagContainer Oss.Nas1670.PDNConnectivityRequest.EsmInformationTransferFlag
getset

Field 'esmInformationTransferFlag' (optional)

◆ ExtendedProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsUE Oss.Nas1670.PDNConnectivityRequest.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)

◆ HeaderCompressionConfiguration

Oss.Nas1670.HeaderCompressionConfiguration Oss.Nas1670.PDNConnectivityRequest.HeaderCompressionConfiguration
getset

Field 'headerCompressionConfiguration' (optional)

◆ NbifomContainer

byte [] Oss.Nas1670.PDNConnectivityRequest.NbifomContainer
getset

Field 'nbifomContainer' (optional)

◆ PdnType

Oss.Nas1670.PDNTypeContainer Oss.Nas1670.PDNConnectivityRequest.PdnType
getset

Field 'pdnType' (mandatory)

◆ ProtocolConfigurationOptions

Oss.Nas1670.ProtocolConfigurationOptionsUE Oss.Nas1670.PDNConnectivityRequest.ProtocolConfigurationOptions
getset

Field 'protocolConfigurationOptions' (optional)

◆ RequestType

Oss.Nas1670.RequestTypeContainer Oss.Nas1670.PDNConnectivityRequest.RequestType
getset

Field 'requestType' (mandatory)