want.h
Description:
Declares the structure that provides abstract description of the operation to be performed, including the ability information and the carried data, and functions for setting data in the structure.
You can use functions provided in this file to specify information about the ability to start.
Since:
1.0
Version:
1.0
ClearWant ( want) |
Clears the memory of a specified Want object. |
(Want want, element) |
|
SetWantData ( want, const void data, uint16_t dataLength) |
Sets data to carry in a specified Want object for starting a particular ability. |
(Want want, SvcIdentity sid) |
|
WantToUri ( want) |
Converts a specified Want object into a character string. |
Converts a specified character string into a Want object. |