Direct-BT v3.3.0-1-gc2d430c
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

synchronized void close ()
 Release the native memory associated with this object The object should not be used following a call to close. More...
 
abstract boolean equals (final Object obj)
 
final int hashCode ()
 
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 ()
 

Protected Member Functions

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

Detailed Description

Definition at line 30 of file DBTObject.java.

Constructor & Destructor Documentation

◆ DBTObject()

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

Definition at line 45 of file DBTObject.java.

Member Function Documentation

◆ equals()

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

◆ hashCode()

final int jau.direct_bt.DBTObject.hashCode ( )

Implements org.direct_bt.BTObject.

Definition at line 55 of file DBTObject.java.

◆ finalize()

void jau.direct_bt.DBTObject.finalize ( )
protected

Reimplemented from jau.direct_bt.DBTNativeDownlink.

Definition at line 60 of file DBTObject.java.

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

Definition at line 66 of file DBTObject.java.

Here is the caller graph for this function:

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