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

    Function Name

    Description

    ClearWant ( want)

    void 

    Clears the memory of a specified Want object.

    (Want want, element)

    bool 

    SetWantData ( want, const void data, uint16_t dataLength)

    bool 

    Sets data to carry in a specified Want object for starting a particular ability.

    (Want want, SvcIdentity sid)

    bool 

    Sets the sid member variable for a specified object.

    WantToUri ( want)

    const char  

    Converts a specified Want object into a character string.

    (const char uri)

    Converts a specified character string into a Want object.