|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.appliancestudio.jbluez.InquiryInfo
Stores the results of an HCI inquiry. Each result is an InquiryInfoDevice object.
Field Summary | |
byte |
num_responses
The number of devices that responded. |
Constructor Summary | |
InquiryInfo()
Default constructor. |
|
InquiryInfo(byte _num_responses)
Constructor. |
Method Summary | |
void |
addDevice(com.appliancestudio.jbluez.InquiryInfoDevice dev)
Adds an InquiryInfoDevice object to the Vector of devices. |
java.util.Vector |
devices()
Returns the Vector representation of the InquiryInfoDevice objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte num_responses
Constructor Detail |
public InquiryInfo()
public InquiryInfo(byte _num_responses)
_num_responses
- The number of responses.Method Detail |
public void addDevice(com.appliancestudio.jbluez.InquiryInfoDevice dev)
dev
- An InquiryInfoDevice object.public java.util.Vector devices()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |