Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
final void | delete () |
Deletes the. More... | |
Protected Member Functions | |
DBTNativeDownlink (final long nativeInstance) | |
boolean | isValid () |
void | finalize () |
abstract void | deleteImpl (long nativeInstance) |
Deletes the native instance. More... | |
Definition at line 32 of file DBTNativeDownlink.java.
|
protected |
Definition at line 42 of file DBTNativeDownlink.java.
final void jau.direct_bt.DBTNativeDownlink.delete | ( | ) |
Deletes the.
in the following order
Definition at line 65 of file DBTNativeDownlink.java.
|
abstractprotected |
Deletes the native instance.
Called via delete() and at this point
nativeInstance | copy of nativeInstance reference, which has been already zeroed. |
Reimplemented in jau.direct_bt.DBTDevice, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTAdapter, jau.direct_bt.DBTGattDesc, and jau.direct_bt.DBTGattService.
|
protected |
Reimplemented in jau.direct_bt.DBTObject.
Definition at line 52 of file DBTNativeDownlink.java.
|
protected |
Reimplemented in jau.direct_bt.DBTDevice, and jau.direct_bt.DBTAdapter.
Definition at line 49 of file DBTNativeDownlink.java.