Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
synchronized void | close () |
Release the native memory associated with this object The object should not be used following a call to close. More... | |
abstract boolean | equals (final Object obj) |
final int | hashCode () |
Public Member Functions inherited from jau.direct_bt.DBTNativeDownlink | |
final void | delete () |
Deletes the nativeInstance in the following order. More... | |
void | close () |
Release the native memory associated with this object The object should not be used following a call to close. More... | |
boolean | equals (Object obj) |
int | hashCode () |
Protected Member Functions | |
DBTObject (final long nativeInstance, final int hashValue) | |
void | finalize () |
Protected Member Functions inherited from jau.direct_bt.DBTNativeDownlink | |
DBTNativeDownlink () | |
DBTNativeDownlink (final long nativeInstance) | |
abstract void | deleteImpl (long nativeInstance) |
Deletes the native instance. More... | |
void | finalize () |
final void | initDownlink (final long nativeInstance) |
final boolean | isNativeValid () |
Returns true if native instance is valid, otherwise false. More... | |
Definition at line 30 of file DBTObject.java.
|
protected |
Definition at line 45 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.
final int jau.direct_bt.DBTObject.hashCode | ( | ) |
Implements org.direct_bt.BTObject.
Definition at line 55 of file DBTObject.java.
|
protected |
Reimplemented from jau.direct_bt.DBTNativeDownlink.
Definition at line 60 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.DBTAdapter, jau.direct_bt.DBTDevice, jau.direct_bt.DBTGattChar, and jau.direct_bt.DBTGattDesc.
Definition at line 66 of file DBTObject.java.