Class

com.micahw.bluetooth

Adapter

Related Doc: package bluetooth

Permalink

class Adapter extends DBusObject[Adapter1]

Linear Supertypes
DBusObject[Adapter1], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Adapter
  2. DBusObject
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Adapter(conn: DBusConnection, adapter1: Adapter1, props: Properties)

    Permalink

Type Members

  1. type VarWatcher = (Option[Variant[_]], Variant[_]) ⇒ Unit

    Permalink

    Arguments are (previous value, new value)

    Arguments are (previous value, new value)

    Definition Classes
    DBusObject

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val address: String

    Permalink
  5. def alias: String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bluetoothClass: Long

    Permalink
  8. def changeFuture(key: String): Future[Variant[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    DBusObject
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def discoverable: Boolean

    Permalink
  11. def discoverableTimeout: Long

    Permalink
  12. def discoverableTimeout_=(t: Long): Future[Long]

    Permalink
  13. def discoverable_=(discoverable: Boolean): Future[Boolean]

    Permalink
  14. def discovering: Boolean

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def name: String

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val p: TrieMap[String, Variant[_]]

    Permalink
    Definition Classes
    DBusObject
  26. def pairable: Boolean

    Permalink
  27. def pairableTimeout: Long

    Permalink
  28. def pairableTimeout_=(t: Long): Future[Long]

    Permalink
  29. def pairable_=(pairable: Boolean): Future[Boolean]

    Permalink
  30. def powered: Boolean

    Permalink
  31. def powered_=(on: Boolean): Future[Boolean]

    Permalink
  32. def set[S](key: String, value: S): Future[Variant[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    DBusObject
  33. def startDiscovery(): Unit

    Permalink
  34. def stopDiscovery(): Unit

    Permalink
  35. val subscribers: TrieMap[String, TrieMap[AnyRef, VarWatcher]]

    Permalink
    Definition Classes
    DBusObject
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def uuids: List[String]

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val waiters: TrieMap[String, ArrayBuffer[Promise[Variant[_]]]]

    Permalink
    Definition Classes
    DBusObject
  43. def watch(key: String, f: VarWatcher, id: AnyRef = new Object): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DBusObject

Inherited from DBusObject[Adapter1]

Inherited from AnyRef

Inherited from Any

Ungrouped