Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
abstract boolean | equals (final Object obj) |
final int | hashCode () |
synchronized void | close () |
Release the native memory associated with this object The object should not be used following a call to close. More... | |
BTObject | clone () |
Public Member Functions inherited from jau.direct_bt.DBTNativeDownlink | |
final void | delete () |
Deletes the. More... | |
Public Member Functions inherited from org.direct_bt.BTObject | |
BTType | getBluetoothType () |
Returns the BluetoothType of this object. More... | |
Protected Member Functions | |
DBTObject (final long nativeInstance, final int hashValue) | |
void | finalize () |
Protected Member Functions inherited from jau.direct_bt.DBTNativeDownlink | |
DBTNativeDownlink (final long nativeInstance) | |
boolean | isValid () |
abstract void | deleteImpl (long nativeInstance) |
Deletes the native instance. More... | |
Definition at line 31 of file DBTObject.java.
|
protected |
Definition at line 46 of file DBTObject.java.
BTObject jau.direct_bt.DBTObject.clone | ( | ) |
Reimplemented in jau.direct_bt.DBTGattChar, jau.direct_bt.DBTGattDesc, and jau.direct_bt.DBTGattService.
Definition at line 74 of file DBTObject.java.
synchronized void jau.direct_bt.DBTObject.close | ( | ) |
Release the native memory associated with this object The object should not be used following a call to close.
Implements org.direct_bt.BTObject.
Reimplemented in jau.direct_bt.DBTDevice, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTAdapter, and jau.direct_bt.DBTGattDesc.
Definition at line 69 of file DBTObject.java.
|
abstract |
Implements org.direct_bt.BTObject.
Reimplemented in jau.direct_bt.DBTAdapter, jau.direct_bt.DBTDevice, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTGattDesc, and jau.direct_bt.DBTGattService.
|
protected |
Reimplemented from jau.direct_bt.DBTNativeDownlink.
Definition at line 63 of file DBTObject.java.
final int jau.direct_bt.DBTObject.hashCode | ( | ) |
Implements org.direct_bt.BTObject.
Definition at line 58 of file DBTObject.java.