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

Represents the ESMDataTransport type More...

Inherits Sequence.

Public Member Functions

 ESMDataTransport ()
 The default constructor. More...
 
 ESMDataTransport (byte[] argUserDataContainer)
 Constructs an instance of ESMDataTransport with the specified mandatory components. More...
 
 ESMDataTransport (byte[] argUserDataContainer, Oss.Nas1670.ReleaseAssistanceIndication argReleaseAssistanceIndication)
 Constructs an instance of ESMDataTransport 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

byte[] UserDataContainer [get, set]
 Field 'userDataContainer' (mandatory) More...
 
Oss.Nas1670.ReleaseAssistanceIndication ReleaseAssistanceIndication [get, set]
 Field 'releaseAssistanceIndication' (optional) More...
 

Detailed Description

Represents the ESMDataTransport type

Constructor & Destructor Documentation

◆ ESMDataTransport() [1/3]

Oss.Nas1670.ESMDataTransport.ESMDataTransport ( )
inline

The default constructor.

◆ ESMDataTransport() [2/3]

Oss.Nas1670.ESMDataTransport.ESMDataTransport ( byte[]  argUserDataContainer)
inline

Constructs an instance of ESMDataTransport with the specified mandatory components.

Parameters
argUserDataContainerThe value of the userDataContainer mandatory field

◆ ESMDataTransport() [3/3]

Oss.Nas1670.ESMDataTransport.ESMDataTransport ( byte[]  argUserDataContainer,
Oss.Nas1670.ReleaseAssistanceIndication  argReleaseAssistanceIndication 
)
inline

Constructs an instance of ESMDataTransport with the specified components.

Parameters
argUserDataContainerThe value of the userDataContainer mandatory field
argReleaseAssistanceIndicationThe value of the releaseAssistanceIndication optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ReleaseAssistanceIndication

Oss.Nas1670.ReleaseAssistanceIndication Oss.Nas1670.ESMDataTransport.ReleaseAssistanceIndication
getset

Field 'releaseAssistanceIndication' (optional)

◆ UserDataContainer

byte [] Oss.Nas1670.ESMDataTransport.UserDataContainer
getset

Field 'userDataContainer' (mandatory)