Table of Contents

Class GnssCapabilities

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
public class GnssCapabilities : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
GnssCapabilities
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

GnssCapabilities()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public GnssCapabilities()

GnssCapabilities(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public GnssCapabilities(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CAPABILITY_SUPPORTED

public static int CAPABILITY_SUPPORTED { get; }

Property Value

int

CAPABILITY_UNKNOWN

public static int CAPABILITY_UNKNOWN { get; }

Property Value

int

CAPABILITY_UNSUPPORTED

public static int CAPABILITY_UNSUPPORTED { get; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetGnssSignalTypes()

public List<GnssSignalType> GetGnssSignalTypes()

Returns

List<GnssSignalType>

List

HasAccumulatedDeltaRange()

public int HasAccumulatedDeltaRange()

Returns

int

int

HasAntennaInfo()

public bool HasAntennaInfo()

Returns

bool

bool

HasGeofencing()

public bool HasGeofencing()

Returns

bool

bool

HasGnssAntennaInfo()

[Obsolete]
public bool HasGnssAntennaInfo()

Returns

bool

bool

HasLowPowerMode()

public bool HasLowPowerMode()

Returns

bool

bool

HasMeasurementCorrections()

public bool HasMeasurementCorrections()

Returns

bool

bool

HasMeasurementCorrectionsExcessPathLength()

public bool HasMeasurementCorrectionsExcessPathLength()

Returns

bool

bool

HasMeasurementCorrectionsForDriving()

public bool HasMeasurementCorrectionsForDriving()

Returns

bool

bool

HasMeasurementCorrectionsLosSats()

public bool HasMeasurementCorrectionsLosSats()

Returns

bool

bool

HasMeasurementCorrectionsReflectingPlane()

public bool HasMeasurementCorrectionsReflectingPlane()

Returns

bool

bool

HasMeasurementCorrelationVectors()

public bool HasMeasurementCorrelationVectors()

Returns

bool

bool

HasMeasurements()

public bool HasMeasurements()

Returns

bool

bool

HasMsa()

public bool HasMsa()

Returns

bool

bool

HasMsb()

public bool HasMsb()

Returns

bool

bool

HasNavigationMessages()

public bool HasNavigationMessages()

Returns

bool

bool

HasOnDemandTime()

public bool HasOnDemandTime()

Returns

bool

bool

HasPowerMultibandAcquisition()

public bool HasPowerMultibandAcquisition()

Returns

bool

bool

HasPowerMultibandTracking()

public bool HasPowerMultibandTracking()

Returns

bool

bool

HasPowerOtherModes()

public bool HasPowerOtherModes()

Returns

bool

bool

HasPowerSinglebandAcquisition()

public bool HasPowerSinglebandAcquisition()

Returns

bool

bool

HasPowerSinglebandTracking()

public bool HasPowerSinglebandTracking()

Returns

bool

bool

HasPowerTotal()

public bool HasPowerTotal()

Returns

bool

bool

HasSatelliteBlocklist()

public bool HasSatelliteBlocklist()

Returns

bool

bool

HasSatellitePvt()

public bool HasSatellitePvt()

Returns

bool

bool

HasScheduling()

public bool HasScheduling()

Returns

bool

bool

HasSingleShotFix()

public bool HasSingleShotFix()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int