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

Represents the ULNASTransport type More...

Inherits Sequence.

Classes

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

Public Member Functions

 ULNASTransport ()
 The default constructor. More...
 
 ULNASTransport (Oss.Nas5GS1680.ULNASTransport.PayloadContainerBody argPayloadContainer)
 Constructs an instance of ULNASTransport with the specified mandatory components. More...
 
 ULNASTransport (Oss.Nas5GS1680.ULNASTransport.PayloadContainerBody argPayloadContainer, int? argPduSessionID, int? argOldPDUSessionID, Oss.Nas5GS1680.RequestType argRequestType, Oss.Nas5GS1680.SNSSAI argSNSSAI, byte[] argDnn, byte[] argAdditionalInformation, Oss.Nas5GS1680.MAPDUSessionInformation argMaPDUSessionInformation, Oss.Nas5GS1680.ReleaseAssistanceIndication argReleaseAssistanceIndication)
 Constructs an instance of ULNASTransport 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.ULNASTransport.PayloadContainerBody PayloadContainer [get, set]
 Field 'payloadContainer' (mandatory) More...
 
int? PduSessionID [get, set]
 Field 'pduSessionID' (optional) More...
 
int? OldPDUSessionID [get, set]
 Field 'oldPDUSessionID' (optional) More...
 
Oss.Nas5GS1680.RequestType RequestType [get, set]
 Field 'requestType' (optional) More...
 
Oss.Nas5GS1680.SNSSAI SNSSAI [get, set]
 Field 'sNSSAI' (optional) More...
 
byte[] Dnn [get, set]
 Field 'dnn' (optional) More...
 
byte[] AdditionalInformation [get, set]
 Field 'additionalInformation' (optional) More...
 
Oss.Nas5GS1680.MAPDUSessionInformation MaPDUSessionInformation [get, set]
 Field 'maPDUSessionInformation' (optional) More...
 
Oss.Nas5GS1680.ReleaseAssistanceIndication ReleaseAssistanceIndication [get, set]
 Field 'releaseAssistanceIndication' (optional) More...
 

Detailed Description

Represents the ULNASTransport type

Constructor & Destructor Documentation

◆ ULNASTransport() [1/3]

Oss.Nas5GS1680.ULNASTransport.ULNASTransport ( )
inline

The default constructor.

◆ ULNASTransport() [2/3]

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

Constructs an instance of ULNASTransport with the specified mandatory components.

Parameters
argPayloadContainerThe value of the payloadContainer mandatory field

◆ ULNASTransport() [3/3]

Oss.Nas5GS1680.ULNASTransport.ULNASTransport ( Oss.Nas5GS1680.ULNASTransport.PayloadContainerBody  argPayloadContainer,
int?  argPduSessionID,
int?  argOldPDUSessionID,
Oss.Nas5GS1680.RequestType  argRequestType,
Oss.Nas5GS1680.SNSSAI  argSNSSAI,
byte[]  argDnn,
byte[]  argAdditionalInformation,
Oss.Nas5GS1680.MAPDUSessionInformation  argMaPDUSessionInformation,
Oss.Nas5GS1680.ReleaseAssistanceIndication  argReleaseAssistanceIndication 
)
inline

Constructs an instance of ULNASTransport with the specified components.

Parameters
argPayloadContainerThe value of the payloadContainer mandatory field
argPduSessionIDThe value of the pduSessionID optional field
argOldPDUSessionIDThe value of the oldPDUSessionID optional field
argRequestTypeThe value of the requestType optional field
argSNSSAIThe value of the sNSSAI optional field
argDnnThe value of the dnn optional field
argAdditionalInformationThe value of the additionalInformation optional field
argMaPDUSessionInformationThe value of the maPDUSessionInformation optional field
argReleaseAssistanceIndicationThe value of the releaseAssistanceIndication optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AdditionalInformation

byte [] Oss.Nas5GS1680.ULNASTransport.AdditionalInformation
getset

Field 'additionalInformation' (optional)

◆ Dnn

byte [] Oss.Nas5GS1680.ULNASTransport.Dnn
getset

Field 'dnn' (optional)

◆ MaPDUSessionInformation

Oss.Nas5GS1680.MAPDUSessionInformation Oss.Nas5GS1680.ULNASTransport.MaPDUSessionInformation
getset

Field 'maPDUSessionInformation' (optional)

◆ OldPDUSessionID

int? Oss.Nas5GS1680.ULNASTransport.OldPDUSessionID
getset

Field 'oldPDUSessionID' (optional)

◆ PayloadContainer

Oss.Nas5GS1680.ULNASTransport.PayloadContainerBody Oss.Nas5GS1680.ULNASTransport.PayloadContainer
getset

Field 'payloadContainer' (mandatory)

◆ PayloadContainerType

int Oss.Nas5GS1680.ULNASTransport.PayloadContainerType
get

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

◆ PduSessionID

int? Oss.Nas5GS1680.ULNASTransport.PduSessionID
getset

Field 'pduSessionID' (optional)

◆ ReleaseAssistanceIndication

Oss.Nas5GS1680.ReleaseAssistanceIndication Oss.Nas5GS1680.ULNASTransport.ReleaseAssistanceIndication
getset

Field 'releaseAssistanceIndication' (optional)

◆ RequestType

Oss.Nas5GS1680.RequestType Oss.Nas5GS1680.ULNASTransport.RequestType
getset

Field 'requestType' (optional)

◆ SNSSAI

Oss.Nas5GS1680.SNSSAI Oss.Nas5GS1680.ULNASTransport.SNSSAI
getset

Field 'sNSSAI' (optional)

◆ Spare

int Oss.Nas5GS1680.ULNASTransport.Spare
get

Field 'spare' (mandatory, readonly)