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

Represents the UplinkGenericNASTransport type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 UplinkGenericNASTransport ()
 The default constructor.
 
 UplinkGenericNASTransport (int argGenericMessageContainerType, byte[] argGenericMessageContainer)
 Constructs an instance of UplinkGenericNASTransport with the specified mandatory components. More...
 
 UplinkGenericNASTransport (int argGenericMessageContainerType, byte[] argGenericMessageContainer, byte[] argAdditionalInformation)
 Constructs an instance of UplinkGenericNASTransport 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 GenericMessageContainerType [get, set]
 Field 'genericMessageContainerType' (mandatory) The GenericMessageContainerType class defines meaningful names for particular values of the field
 
byte[] GenericMessageContainer [get, set]
 Field 'genericMessageContainer' (mandatory)
 
byte[] AdditionalInformation [get, set]
 Field 'additionalInformation' (optional)
 

Detailed Description

Represents the UplinkGenericNASTransport type

Constructor & Destructor Documentation

◆ UplinkGenericNASTransport() [1/2]

Oss.Nas1790.UplinkGenericNASTransport.UplinkGenericNASTransport ( int  argGenericMessageContainerType,
byte[]  argGenericMessageContainer 
)
inline

Constructs an instance of UplinkGenericNASTransport with the specified mandatory components.

Parameters
argGenericMessageContainerTypeThe value of the genericMessageContainerType mandatory field
argGenericMessageContainerThe value of the genericMessageContainer mandatory field

◆ UplinkGenericNASTransport() [2/2]

Oss.Nas1790.UplinkGenericNASTransport.UplinkGenericNASTransport ( int  argGenericMessageContainerType,
byte[]  argGenericMessageContainer,
byte[]  argAdditionalInformation 
)
inline

Constructs an instance of UplinkGenericNASTransport with the specified components.

Parameters
argGenericMessageContainerTypeThe value of the genericMessageContainerType mandatory field
argGenericMessageContainerThe value of the genericMessageContainer mandatory field
argAdditionalInformationThe value of the additionalInformation optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.UplinkGenericNASTransport.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.UplinkGenericNASTransport.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.UplinkGenericNASTransport.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.