Direct-BT  2.3.1
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

BTType getBluetoothType ()
 Returns the BluetoothType of this object. More...
 
boolean equals (Object obj)
 
int hashCode ()
 
void close ()
 Release the native memory associated with this object The object should not be used following a call to close. More...
 

Detailed Description

Definition at line 30 of file BTObject.java.

Member Function Documentation

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

◆ equals()

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

◆ getBluetoothType()

BTType org.direct_bt.BTObject.getBluetoothType ( )

Returns the BluetoothType of this object.

Returns
The BluetoothType of this object

Implemented in jau.direct_bt.DBTDevice, jau.direct_bt.DBTAdapter, jau.direct_bt.DBTGattChar, jau.direct_bt.DBTGattDesc, and jau.direct_bt.DBTGattService.

◆ hashCode()

int org.direct_bt.BTObject.hashCode ( )

Implemented in jau.direct_bt.DBTObject.


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