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

Represents the LocationServicesMessageContainer type More...

Inherits Sequence.

Classes

class  DataTypeNumbers
 Defines meaningful names for particular values of the dataType field More...
 

Public Member Functions

 LocationServicesMessageContainer ()
 The default constructor. More...
 
 LocationServicesMessageContainer (int argDdx, byte[] argAdditionalInformation, byte[] argDataContents)
 Constructs an instance of LocationServicesMessageContainer 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 DataType [get]
 Field 'dataType' (mandatory, readonly) The LocationServicesMessageContainer.DataTypeNumbers class defines meaningful names for particular values of the field More...
 
int Ddx [get, set]
 Field 'ddx' (mandatory) The DDX class defines meaningful names for particular values of the field More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
byte[] AdditionalInformation [get, set]
 Field 'additionalInformation' (mandatory) More...
 
byte[] DataContents [get, set]
 Field 'dataContents' (mandatory) More...
 

Detailed Description

Constructor & Destructor Documentation

◆ LocationServicesMessageContainer() [1/2]

Oss.Nas5GS1680.LocationServicesMessageContainer.LocationServicesMessageContainer ( )
inline

The default constructor.

◆ LocationServicesMessageContainer() [2/2]

Oss.Nas5GS1680.LocationServicesMessageContainer.LocationServicesMessageContainer ( int  argDdx,
byte[]  argAdditionalInformation,
byte[]  argDataContents 
)
inline

Constructs an instance of LocationServicesMessageContainer with the specified components.

Parameters
argDdxThe value of the ddx mandatory field
argAdditionalInformationThe value of the additionalInformation mandatory field
argDataContentsThe value of the dataContents mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AdditionalInformation

byte [] Oss.Nas5GS1680.LocationServicesMessageContainer.AdditionalInformation
getset

Field 'additionalInformation' (mandatory)

◆ DataContents

byte [] Oss.Nas5GS1680.LocationServicesMessageContainer.DataContents
getset

Field 'dataContents' (mandatory)

◆ DataType

int Oss.Nas5GS1680.LocationServicesMessageContainer.DataType
get

Field 'dataType' (mandatory, readonly) The LocationServicesMessageContainer.DataTypeNumbers class defines meaningful names for particular values of the field

◆ Ddx

int Oss.Nas5GS1680.LocationServicesMessageContainer.Ddx
getset

Field 'ddx' (mandatory) The DDX class defines meaningful names for particular values of the field

◆ Spare

int Oss.Nas5GS1680.LocationServicesMessageContainer.Spare
get

Field 'spare' (mandatory, readonly)