Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Protected Member Functions | List of all members
jau.direct_bt.DBTObject Class Referenceabstract
Inheritance diagram for jau.direct_bt.DBTObject:
Collaboration diagram for jau.direct_bt.DBTObject:

Public Member Functions

abstract boolean equals (final Object obj)
 
final int hashCode ()
 
synchronized void close ()
 Release the native memory associated with this object The object should not be used following a call to close. More...
 
BTObject clone ()
 
- Public Member Functions inherited from org.direct_bt.BTObject
BTType getBluetoothType ()
 Returns the BluetoothType of this object. More...
 

Protected Member Functions

 DBTObject (final long nativeInstance, final int hashValue)
 
void finalize ()
 

Detailed Description

Definition at line 31 of file DBTObject.java.

Constructor & Destructor Documentation

◆ DBTObject()

jau.direct_bt.DBTObject.DBTObject ( final long  nativeInstance,
final int  hashValue 
)
protected

Definition at line 46 of file DBTObject.java.

Member Function Documentation

◆ clone()

BTObject jau.direct_bt.DBTObject.clone ( )

◆ close()

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.DBTDevice, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTAdapter, and jau.direct_bt.DBTGattDesc.

Definition at line 69 of file DBTObject.java.

Here is the caller graph for this function:

◆ equals()

abstract boolean jau.direct_bt.DBTObject.equals ( final Object  obj)
abstract

◆ finalize()

void jau.direct_bt.DBTObject.finalize ( )
protected

Reimplemented from jau.direct_bt.DBTNativeDownlink.

Definition at line 63 of file DBTObject.java.

Here is the call graph for this function:

◆ hashCode()

final int jau.direct_bt.DBTObject.hashCode ( )

Implements org.direct_bt.BTObject.

Definition at line 58 of file DBTObject.java.


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