TinyB  0.5.1
TinyB - The Tiny Bluetooth LE library
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
tinyb.BluetoothObject Class Referenceabstract
Inheritance diagram for tinyb.BluetoothObject:
tinyb.BluetoothAdapter tinyb.BluetoothDevice tinyb.BluetoothGattCharacteristic tinyb.BluetoothGattDescriptor tinyb.BluetoothGattService

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
 

Member Function Documentation

native BluetoothObject tinyb.BluetoothObject.clone ( )

Returns a clone of the BluetoothObject

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

Returns
The BluetoothType of this object

The documentation for this class was generated from the following file: