Class BluetoothLeAdvertiser
public class BluetoothLeAdvertiser : JVMBridgeBase<BluetoothLeAdvertiser>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BluetoothLeAdvertiser>BluetoothLeAdvertiser
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BluetoothLeAdvertiser>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeBase<BluetoothLeAdvertiser>.IsAssignableFrom(IJavaType)JVMBridgeBase<BluetoothLeAdvertiser>.IsAssignableFrom<T>()JVMBridgeBase<BluetoothLeAdvertiser>.Execute<T>(params T[])JVMBridgeBase<BluetoothLeAdvertiser>.DynBridgeClazzJVMBridgeBase<BluetoothLeAdvertiser>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
BluetoothLeAdvertiser()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BluetoothLeAdvertiser()
BluetoothLeAdvertiser(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 BluetoothLeAdvertiser(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Methods
StartAdvertising(AdvertiseSettings, AdvertiseData, AdvertiseCallback)
public void StartAdvertising(AdvertiseSettings arg0, AdvertiseData arg1, AdvertiseCallback arg2)
Parameters
arg0
AdvertiseSettingsarg1
AdvertiseDataarg2
AdvertiseCallback
StartAdvertising(AdvertiseSettings, AdvertiseData, AdvertiseData, AdvertiseCallback)
public void StartAdvertising(AdvertiseSettings arg0, AdvertiseData arg1, AdvertiseData arg2, AdvertiseCallback arg3)
Parameters
arg0
AdvertiseSettingsarg1
AdvertiseDataarg2
AdvertiseDataarg3
AdvertiseCallback
StartAdvertisingSet(AdvertisingSetParameters, AdvertiseData, AdvertiseData, PeriodicAdvertisingParameters, AdvertiseData, AdvertisingSetCallback)
public void StartAdvertisingSet(AdvertisingSetParameters arg0, AdvertiseData arg1, AdvertiseData arg2, PeriodicAdvertisingParameters arg3, AdvertiseData arg4, AdvertisingSetCallback arg5)
Parameters
arg0
AdvertisingSetParametersarg1
AdvertiseDataarg2
AdvertiseDataarg3
PeriodicAdvertisingParametersarg4
AdvertiseDataarg5
AdvertisingSetCallback
StartAdvertisingSet(AdvertisingSetParameters, AdvertiseData, AdvertiseData, PeriodicAdvertisingParameters, AdvertiseData, AdvertisingSetCallback, Handler)
public void StartAdvertisingSet(AdvertisingSetParameters arg0, AdvertiseData arg1, AdvertiseData arg2, PeriodicAdvertisingParameters arg3, AdvertiseData arg4, AdvertisingSetCallback arg5, Handler arg6)
Parameters
arg0
AdvertisingSetParametersarg1
AdvertiseDataarg2
AdvertiseDataarg3
PeriodicAdvertisingParametersarg4
AdvertiseDataarg5
AdvertisingSetCallbackarg6
Handler
StartAdvertisingSet(AdvertisingSetParameters, AdvertiseData, AdvertiseData, PeriodicAdvertisingParameters, AdvertiseData, int, int, AdvertisingSetCallback)
public void StartAdvertisingSet(AdvertisingSetParameters arg0, AdvertiseData arg1, AdvertiseData arg2, PeriodicAdvertisingParameters arg3, AdvertiseData arg4, int arg5, int arg6, AdvertisingSetCallback arg7)
Parameters
arg0
AdvertisingSetParametersarg1
AdvertiseDataarg2
AdvertiseDataarg3
PeriodicAdvertisingParametersarg4
AdvertiseDataarg5
intarg6
intarg7
AdvertisingSetCallback
StartAdvertisingSet(AdvertisingSetParameters, AdvertiseData, AdvertiseData, PeriodicAdvertisingParameters, AdvertiseData, int, int, AdvertisingSetCallback, Handler)
public void StartAdvertisingSet(AdvertisingSetParameters arg0, AdvertiseData arg1, AdvertiseData arg2, PeriodicAdvertisingParameters arg3, AdvertiseData arg4, int arg5, int arg6, AdvertisingSetCallback arg7, Handler arg8)
Parameters
arg0
AdvertisingSetParametersarg1
AdvertiseDataarg2
AdvertiseDataarg3
PeriodicAdvertisingParametersarg4
AdvertiseDataarg5
intarg6
intarg7
AdvertisingSetCallbackarg8
Handler
StopAdvertising(AdvertiseCallback)
public void StopAdvertising(AdvertiseCallback arg0)
Parameters
StopAdvertisingSet(AdvertisingSetCallback)
public void StopAdvertisingSet(AdvertisingSetCallback arg0)