Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
org.direct_bt.BTObject Interface Reference
Inheritance diagram for org.direct_bt.BTObject:
Collaboration diagram for org.direct_bt.BTObject:

Public Member Functions

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 ()
 

Detailed Description

Definition at line 27 of file BTObject.java.

Member Function Documentation

◆ equals()

boolean org.direct_bt.BTObject.equals ( Object  obj)

◆ hashCode()

int org.direct_bt.BTObject.hashCode ( )

Implemented in jau.direct_bt.DBTObject.

◆ close()

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


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