Table of Contents

Class GnssNavigationMessage

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
public class GnssNavigationMessage : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
GnssNavigationMessage
Implements
Inherited Members
Extension Methods

Constructors

GnssNavigationMessage(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GnssNavigationMessage(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

STATUS_PARITY_PASSED

public static int STATUS_PARITY_PASSED { get; set; }

Property Value

int

STATUS_PARITY_REBUILT

public static int STATUS_PARITY_REBUILT { get; set; }

Property Value

int

STATUS_UNKNOWN

public static int STATUS_UNKNOWN { get; set; }

Property Value

int

TYPE_BDS_CNAV1

public static int TYPE_BDS_CNAV1 { get; set; }

Property Value

int

TYPE_BDS_CNAV2

public static int TYPE_BDS_CNAV2 { get; set; }

Property Value

int

TYPE_BDS_D1

public static int TYPE_BDS_D1 { get; set; }

Property Value

int

TYPE_BDS_D2

public static int TYPE_BDS_D2 { get; set; }

Property Value

int

TYPE_GAL_F

public static int TYPE_GAL_F { get; set; }

Property Value

int

TYPE_GAL_I

public static int TYPE_GAL_I { get; set; }

Property Value

int

TYPE_GLO_L1CA

public static int TYPE_GLO_L1CA { get; set; }

Property Value

int

TYPE_GPS_CNAV2

public static int TYPE_GPS_CNAV2 { get; set; }

Property Value

int

TYPE_GPS_L1CA

public static int TYPE_GPS_L1CA { get; set; }

Property Value

int

TYPE_GPS_L2CNAV

public static int TYPE_GPS_L2CNAV { get; set; }

Property Value

int

TYPE_GPS_L5CNAV

public static int TYPE_GPS_L5CNAV { get; set; }

Property Value

int

TYPE_IRN_L1

public static int TYPE_IRN_L1 { get; set; }

Property Value

int

TYPE_IRN_L5

public static int TYPE_IRN_L5 { get; set; }

Property Value

int

TYPE_IRN_L5CA

public static int TYPE_IRN_L5CA { get; set; }

Property Value

int

TYPE_QZS_L1CA

public static int TYPE_QZS_L1CA { get; set; }

Property Value

int

TYPE_SBS

public static int TYPE_SBS { get; set; }

Property Value

int

TYPE_UNKNOWN

public static int TYPE_UNKNOWN { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetData()

public byte[] GetData()

Returns

byte[]

byte

GetMessageId()

public int GetMessageId()

Returns

int

int

GetStatus()

public int GetStatus()

Returns

int

int

GetSubmessageId()

public int GetSubmessageId()

Returns

int

int

GetSvid()

public int GetSvid()

Returns

int

int

GetType()

public int GetType()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int