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

Represents the type of the msPositioningMethodCapability field More...

Inherits Sequence.

Public Member Functions

 MsPositioningMethodCapabilityType ()
 The default constructor. More...
 
 MsPositioningMethodCapabilityType (bool argMsAssistedEOTDSupported, bool argMsBasedEOTDSupported, bool argMsAssistedGPSSupported, bool argMsBasedGPSSupported, bool argMsConventionalGPSSupported)
 Constructs an instance of MsPositioningMethodCapabilityType 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

bool MsAssistedEOTDSupported [get, set]
 Field 'msAssistedEOTDSupported' (mandatory) More...
 
bool MsBasedEOTDSupported [get, set]
 Field 'msBasedEOTDSupported' (mandatory) More...
 
bool MsAssistedGPSSupported [get, set]
 Field 'msAssistedGPSSupported' (mandatory) More...
 
bool MsBasedGPSSupported [get, set]
 Field 'msBasedGPSSupported' (mandatory) More...
 
bool MsConventionalGPSSupported [get, set]
 Field 'msConventionalGPSSupported' (mandatory) More...
 

Detailed Description

Represents the type of the msPositioningMethodCapability field

Constructor & Destructor Documentation

◆ MsPositioningMethodCapabilityType() [1/2]

Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsPositioningMethodCapabilityType ( )
inline

The default constructor.

◆ MsPositioningMethodCapabilityType() [2/2]

Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsPositioningMethodCapabilityType ( bool  argMsAssistedEOTDSupported,
bool  argMsBasedEOTDSupported,
bool  argMsAssistedGPSSupported,
bool  argMsBasedGPSSupported,
bool  argMsConventionalGPSSupported 
)
inline

Constructs an instance of MsPositioningMethodCapabilityType with the specified components.

Parameters
argMsAssistedEOTDSupportedThe value of the msAssistedEOTDSupported mandatory field
argMsBasedEOTDSupportedThe value of the msBasedEOTDSupported mandatory field
argMsAssistedGPSSupportedThe value of the msAssistedGPSSupported mandatory field
argMsBasedGPSSupportedThe value of the msBasedGPSSupported mandatory field
argMsConventionalGPSSupportedThe value of the msConventionalGPSSupported mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ MsAssistedEOTDSupported

bool Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsAssistedEOTDSupported
getset

Field 'msAssistedEOTDSupported' (mandatory)

◆ MsAssistedGPSSupported

bool Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsAssistedGPSSupported
getset

Field 'msAssistedGPSSupported' (mandatory)

◆ MsBasedEOTDSupported

bool Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsBasedEOTDSupported
getset

Field 'msBasedEOTDSupported' (mandatory)

◆ MsBasedGPSSupported

bool Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsBasedGPSSupported
getset

Field 'msBasedGPSSupported' (mandatory)

◆ MsConventionalGPSSupported

bool Oss.Nas1670.MobileStationClassmark3.MsPositioningMethodCapabilityType.MsConventionalGPSSupported
getset

Field 'msConventionalGPSSupported' (mandatory)