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

Represents the PDNConnectivityRequest type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

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

Detailed Description

Represents the PDNConnectivityRequest type

Constructor & Destructor Documentation

◆ PDNConnectivityRequest() [1/2]

Oss.Nas1790.PDNConnectivityRequest.PDNConnectivityRequest ( Oss.Nas1790.RequestTypeContainer  argRequestType,
Oss.Nas1790.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() [2/2]

Oss.Nas1790.PDNConnectivityRequest.PDNConnectivityRequest ( Oss.Nas1790.RequestTypeContainer  argRequestType,
Oss.Nas1790.PDNTypeContainer  argPdnType,
Oss.Nas1790.ESMInformationTransferFlagContainer  argEsmInformationTransferFlag,
byte[]  argAccessPointName,
Oss.Nas1790.ProtocolConfigurationOptionsUE  argProtocolConfigurationOptions,
Oss.Nas1790.DeviceProperties  argDeviceProperties,
byte[]  argNbifomContainer,
Oss.Nas1790.HeaderCompressionConfiguration  argHeaderCompressionConfiguration,
Oss.Nas1790.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.Nas1790.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.Nas1790.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.Nas1790.PDNConnectivityRequest.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.