Table of Contents

Class SensorDirectChannel

Namespace
Android.Hardware
Assembly
MASES.Netdroid.dll
public class SensorDirectChannel : Channel, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IChannel, ICloseable, IAutoCloseable
Inheritance
SensorDirectChannel
Implements
Extension Methods

Constructors

SensorDirectChannel(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 SensorDirectChannel(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

RATE_FAST

public static int RATE_FAST { get; set; }

Property Value

int

RATE_NORMAL

public static int RATE_NORMAL { get; set; }

Property Value

int

RATE_STOP

public static int RATE_STOP { get; set; }

Property Value

int

RATE_VERY_FAST

public static int RATE_VERY_FAST { get; set; }

Property Value

int

TYPE_HARDWARE_BUFFER

public static int TYPE_HARDWARE_BUFFER { get; set; }

Property Value

int

TYPE_MEMORY_FILE

public static int TYPE_MEMORY_FILE { get; set; }

Property Value

int

Methods

Close()

public void Close()

Configure(Sensor, int)

public int Configure(Sensor arg0, int arg1)

Parameters

arg0 Sensor

Sensor

arg1 int

int

Returns

int

int

IsOpen()

public bool IsOpen()

Returns

bool

bool