Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Public Member Functions | |
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 () |
Definition at line 27 of file BTObject.java.
boolean org.direct_bt.BTObject.equals | ( | Object | obj | ) |
int org.direct_bt.BTObject.hashCode | ( | ) |
Implemented in jau.direct_bt.DBTObject.
void org.direct_bt.BTObject.close | ( | ) |
Release the native memory associated with this object The object should not be used following a call to close.
Implemented in jau.direct_bt.DBTAdapter, jau.direct_bt.DBTDevice, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTGattDesc, and jau.direct_bt.DBTObject.