|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataElement | |
|---|---|
| javax.bluetooth | JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 |
| Uses of DataElement in javax.bluetooth |
|---|
| Methods in javax.bluetooth that return DataElement | |
|---|---|
DataElement |
ServiceRecord.getAttributeValue(int attrID)
Returns the value of the service attribute ID provided it is present in the service record, otherwise this method returns null. |
| Methods in javax.bluetooth with parameters of type DataElement | |
|---|---|
void |
DataElement.addElement(DataElement elem)
Adds a DataElement to this DATALT or
DATSEQ DataElement object. |
void |
DataElement.insertElementAt(DataElement elem,
int index)
Inserts a DataElement at the specified location. |
boolean |
DataElement.removeElement(DataElement elem)
Removes the first occurrence of the DataElement from this
object. |
boolean |
ServiceRecord.setAttributeValue(int attrID,
DataElement attrValue)
Modifies this ServiceRecord to contain the service attribute
defined by the attribute-value pair (attrID, attrValue). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||