Table of Contents

Class ScanCallback

Namespace
Android.Bluetooth.Le
Assembly
MASES.Netdroid.dll
public class ScanCallback : JVMBridgeBase<ScanCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
ScanCallback
Implements
Extension Methods

Constructors

ScanCallback()

public ScanCallback()

ScanCallback(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 ScanCallback(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

SCAN_FAILED_ALREADY_STARTED

public static int SCAN_FAILED_ALREADY_STARTED { get; set; }

Property Value

int

SCAN_FAILED_APPLICATION_REGISTRATION_FAILED

public static int SCAN_FAILED_APPLICATION_REGISTRATION_FAILED { get; set; }

Property Value

int

SCAN_FAILED_FEATURE_UNSUPPORTED

public static int SCAN_FAILED_FEATURE_UNSUPPORTED { get; set; }

Property Value

int

SCAN_FAILED_INTERNAL_ERROR

public static int SCAN_FAILED_INTERNAL_ERROR { get; set; }

Property Value

int

SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES

public static int SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES { get; set; }

Property Value

int

SCAN_FAILED_SCANNING_TOO_FREQUENTLY

public static int SCAN_FAILED_SCANNING_TOO_FREQUENTLY { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for ScanCallback()

public static ScanCallback CreatePoolableInstance()

Returns

ScanCallback

OnBatchScanResults(List<ScanResult>)

public void OnBatchScanResults(List<ScanResult> arg0)

Parameters

arg0 List<ScanResult>

List

OnScanFailed(int)

public void OnScanFailed(int arg0)

Parameters

arg0 int

int

OnScanResult(int, ScanResult)

public void OnScanResult(int arg0, ScanResult arg1)

Parameters

arg0 int

int

arg1 ScanResult

ScanResult