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

Represents the type of the payloadContainer field More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, N1SMInformationChosen = 1, SmsChosen = 2, LppMessageContainerChosen = 3,
  SorTransparentContainerChosen = 4, UePolicyContainerChosen = 5, UeParametersUpdateTransparentContainerChosen = 6, LocationServisesMessageContainerChosen = 7,
  CiotUserDataContainerChosen = 8
}
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
byte[]? N1SMInformation [get, set]
 Gets or selects the 'n1SMInformation' alternative. More...
 
byte[]? Sms [get, set]
 Gets or selects the 'sms' alternative. More...
 
byte[]? LppMessageContainer [get, set]
 Gets or selects the 'lppMessageContainer' alternative. More...
 
Oss.Nas5GS1680.SORTransparentContainerType1SorTransparentContainer [get, set]
 Gets or selects the 'sorTransparentContainer' alternative. More...
 
Oss.Nas5GS1680.UEPolicyManagementMessageUePolicyContainer [get, set]
 Gets or selects the 'uePolicyContainer' alternative. More...
 
Oss.Nas5GS1680.UEParametersUpdateTransparentContainer1UeParametersUpdateTransparentContainer [get, set]
 Gets or selects the 'ueParametersUpdateTransparentContainer' alternative. More...
 
byte[]? LocationServisesMessageContainer [get, set]
 Gets or selects the 'locationServisesMessageContainer' alternative. More...
 
byte[]? CiotUserDataContainer [get, set]
 Gets or selects the 'ciotUserDataContainer' alternative. More...
 

Detailed Description

Represents the type of the payloadContainer field

Member Enumeration Documentation

◆ Id

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.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.ContainerEntryUL.PayloadContainerBody.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, it returns false.

◆ GetHashCode()

override int Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ CiotUserDataContainer

byte []? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.CiotUserDataContainer
getset

Gets or selects the 'ciotUserDataContainer' alternative.

◆ LocationServisesMessageContainer

byte []? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.LocationServisesMessageContainer
getset

Gets or selects the 'locationServisesMessageContainer' alternative.

◆ LppMessageContainer

byte []? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.LppMessageContainer
getset

Gets or selects the 'lppMessageContainer' alternative.

◆ N1SMInformation

byte []? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.N1SMInformation
getset

Gets or selects the 'n1SMInformation' alternative.

◆ Selected

Id Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.Selected
get

Gets current selection

◆ Sms

byte []? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.Sms
getset

Gets or selects the 'sms' alternative.

◆ SorTransparentContainer

Oss.Nas5GS1680.SORTransparentContainerType1? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.SorTransparentContainer
getset

Gets or selects the 'sorTransparentContainer' alternative.

◆ UeParametersUpdateTransparentContainer

Oss.Nas5GS1680.UEParametersUpdateTransparentContainer1? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.UeParametersUpdateTransparentContainer
getset

Gets or selects the 'ueParametersUpdateTransparentContainer' alternative.

◆ UePolicyContainer

Oss.Nas5GS1680.UEPolicyManagementMessage? Oss.Nas5GS1680.ContainerEntryUL.PayloadContainerBody.UePolicyContainer
getset

Gets or selects the 'uePolicyContainer' alternative.