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

Represents the DLNASTransport type More...

Inherits Sequence.

Classes

class  PayloadContainerBody
 Represents the type of the payloadContainer field More...
 

Public Member Functions

 DLNASTransport ()
 The default constructor. More...
 
 DLNASTransport (Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody argPayloadContainer)
 Constructs an instance of DLNASTransport with the specified mandatory components. More...
 
 DLNASTransport (Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody argPayloadContainer, int? argPduSessionID, byte[] argAdditionalInformation, int? argNas5GMMCause, Oss.Nas5GS1680.GPRSTimer3 argBackOffTimerValue)
 Constructs an instance of DLNASTransport 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 PayloadContainerType [get]
 Field 'payloadContainerType' (mandatory, readonly) The PayloadContainerType class defines meaningful names for particular values of the field More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody PayloadContainer [get, set]
 Field 'payloadContainer' (mandatory) More...
 
int? PduSessionID [get, set]
 Field 'pduSessionID' (optional) More...
 
byte[] AdditionalInformation [get, set]
 Field 'additionalInformation' (optional) More...
 
int? Nas5GMMCause [get, set]
 Field 'nas5GMMCause' (optional) The NAS5GMMCause class defines meaningful names for particular values of the field More...
 
Oss.Nas5GS1680.GPRSTimer3 BackOffTimerValue [get, set]
 Field 'backOffTimerValue' (optional) More...
 

Detailed Description

Represents the DLNASTransport type

Constructor & Destructor Documentation

◆ DLNASTransport() [1/3]

Oss.Nas5GS1680.DLNASTransport.DLNASTransport ( )
inline

The default constructor.

◆ DLNASTransport() [2/3]

Oss.Nas5GS1680.DLNASTransport.DLNASTransport ( Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody  argPayloadContainer)
inline

Constructs an instance of DLNASTransport with the specified mandatory components.

Parameters
argPayloadContainerThe value of the payloadContainer mandatory field

◆ DLNASTransport() [3/3]

Oss.Nas5GS1680.DLNASTransport.DLNASTransport ( Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody  argPayloadContainer,
int?  argPduSessionID,
byte[]  argAdditionalInformation,
int?  argNas5GMMCause,
Oss.Nas5GS1680.GPRSTimer3  argBackOffTimerValue 
)
inline

Constructs an instance of DLNASTransport with the specified components.

Parameters
argPayloadContainerThe value of the payloadContainer mandatory field
argPduSessionIDThe value of the pduSessionID optional field
argAdditionalInformationThe value of the additionalInformation optional field
argNas5GMMCauseThe value of the nas5GMMCause optional field
argBackOffTimerValueThe value of the backOffTimerValue optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AdditionalInformation

byte [] Oss.Nas5GS1680.DLNASTransport.AdditionalInformation
getset

Field 'additionalInformation' (optional)

◆ BackOffTimerValue

Oss.Nas5GS1680.GPRSTimer3 Oss.Nas5GS1680.DLNASTransport.BackOffTimerValue
getset

Field 'backOffTimerValue' (optional)

◆ Nas5GMMCause

int? Oss.Nas5GS1680.DLNASTransport.Nas5GMMCause
getset

Field 'nas5GMMCause' (optional) The NAS5GMMCause class defines meaningful names for particular values of the field

◆ PayloadContainer

Oss.Nas5GS1680.DLNASTransport.PayloadContainerBody Oss.Nas5GS1680.DLNASTransport.PayloadContainer
getset

Field 'payloadContainer' (mandatory)

◆ PayloadContainerType

int Oss.Nas5GS1680.DLNASTransport.PayloadContainerType
get

Field 'payloadContainerType' (mandatory, readonly) The PayloadContainerType class defines meaningful names for particular values of the field

◆ PduSessionID

int? Oss.Nas5GS1680.DLNASTransport.PduSessionID
getset

Field 'pduSessionID' (optional)

◆ Spare

int Oss.Nas5GS1680.DLNASTransport.Spare
get

Field 'spare' (mandatory, readonly)