Difference between revisions of "BfbIndex Class"

From Neurotech Software Development Kit
Jump to: navigation, search
(Android)
(Android)
Line 1: Line 1:
 
=Android=
 
=Android=
<!-- ======== START OF CLASS DATA ======== -->
+
ru.neurotech.neurodevices.bfb
<div class="header">
+
 
<div class="subTitle">ru.neurotech.neurodevices.bfb</div>
+
<span style="font-size: 150%;">'''Class BfbIndex'''</span>
<h2 title="Class BfbIndex" class="title">Class BfbIndex</h2>
+
 
</div>
+
==Related Classes==
<div class="contentContainer">
+
 
<ul class="inheritance">
+
ru.neurotech.neurodevices.bfb.[[BfbDeviceConnector Class|BfbDeviceConnector]]
 +
 
 +
ru.neurotech.neurodevices.bfb.[[BfbDevice Class|BfbDevice]]
 +
 
 +
==Classes hierarchy==
 +
<ul>
 
<li>java.lang.Object</li>
 
<li>java.lang.Object</li>
<li>
+
 
<ul class="inheritance">
+
<ul>
<li>ru.neurotech.neurodevices.bfb.BfbIndex</li>
+
<li>ru.neurotech.neurodevices.bfb.'''BfbIndex'''</li>
 
</ul>
 
</ul>
</li>
 
 
</ul>
 
</ul>
<div class="description">
 
<ul class="blockList">
 
<li class="blockList">
 
<hr>
 
<br>
 
<pre>public class <span class="typeNameLabel">BfbIndex</span>
 
extends java.lang.Object</pre>
 
</li>
 
 
</ul>
 
</ul>
</div>
+
 
<div class="summary">
+
==Class definition==
<ul class="blockList">
+
<code><span style="color:#0066FF;">'''public class'''</span> BfbIndex </code>
<li class="blockList">
+
 
 
<!-- =========== FIELD SUMMARY =========== -->
 
<!-- =========== FIELD SUMMARY =========== -->
 
<ul class="blockList">
 
<ul class="blockList">

Revision as of 05:36, 14 August 2017

Android

ru.neurotech.neurodevices.bfb

Class BfbIndex

Related Classes

ru.neurotech.neurodevices.bfb.BfbDeviceConnector

ru.neurotech.neurodevices.bfb.BfbDevice

Classes hierarchy

  • java.lang.Object
    • ru.neurotech.neurodevices.bfb.BfbIndex

</ul>

Class definition

public class BfbIndex

  • <a name="field.summary"> </a>

    Field Summary

    Fields 
    Modifier and Type Field and Description
    ru.neurotech.common.SubscribersNotifier<java.lang.Object> <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#calibrationFinished">calibrationFinished</a>
    Notifies about changing device scanning state
    ru.neurotech.common.SubscribersNotifier<java.lang.Integer> <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#valueChanged">valueChanged</a>
    Notifies when proper Callibri BFB device been found and initialized
  • <a name="constructor.summary"> </a>

    Constructor Summary

    Constructors 
    Constructor and Description
    <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#BfbIndex-long-">BfbIndex</a>(long objPtr) 
  • <a name="method.summary"> </a>

    Method Summary

    All Methods <a href="javascript:show(2);">Instance Methods</a> <a href="javascript:show(8);">Concrete Methods</a> 
    Modifier and Type Method and Description
    void <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#calibrate--">calibrate</a>() 
    void <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#finalize--">finalize</a>() 
    int <a href="../../../../ru/neurotech/neurodevices/bfb/BfbIndex.html#value--">value</a>() 
    • <a name="methods.inherited.from.class.java.lang.Object"> </a>

      Methods inherited from class java.lang.Object

      clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

</li> </ul> </div>

    • <a name="field.detail"> </a>

      Field Detail

      <a name="valueChanged"> </a>

      • valueChanged

        public final ru.neurotech.common.SubscribersNotifier<java.lang.Integer> valueChanged
        Notifies when proper Callibri BFB device been found and initialized

      <a name="calibrationFinished"> </a>

      • calibrationFinished

        public final ru.neurotech.common.SubscribersNotifier<java.lang.Object> calibrationFinished
        Notifies about changing device scanning state
    • <a name="constructor.detail"> </a>

      Constructor Detail

      <a name="BfbIndex-long-"> </a>

      • BfbIndex

        public BfbIndex(long objPtr)
    • <a name="method.detail"> </a>

      Method Detail

      <a name="finalize--"> </a>

      • finalize

        public void finalize()
                      throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable

      <a name="value--"> </a>

      • value

        public int value()

      <a name="calibrate--"> </a>

      • calibrate

        public void calibrate()

</div>