TinyB
0.5.1
TinyB - The Tiny Bluetooth LE library
|
Public Member Functions | |
native BluetoothType | getBluetoothType () |
native BluetoothObject | clone () |
boolean | equals (Object obj) |
int | hashCode () |
synchronized void | close () |
Protected Member Functions | |
BluetoothObject (long instance) | |
void | finalize () |
native String | getObjectPath () |
Protected Attributes | |
long | nativeInstance |
native BluetoothObject tinyb.BluetoothObject.clone | ( | ) |
Returns a clone of the BluetoothObject
synchronized void tinyb.BluetoothObject.close | ( | ) |
Release the native memory associated with this object The object should not be used following a call to close
native BluetoothType tinyb.BluetoothObject.getBluetoothType | ( | ) |
Returns the BluetoothType of this object