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