want.h

    AbilityKit

    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

    (Want want)

    void 

    Clears the memory of a specified object.

    SetWantElement ( want, ElementName element)

    bool 

    (Want want, const void data, uint16_t dataLength)

    bool 

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

    SetWantSvcIdentity ( want, SvcIdentity sid)

    bool 

    Sets the sid member variable for a specified Want object.

    (Want want)

    const char  

    Converts a specified object into a character string.

    WantParseUri (const char uri)

    Converts a specified character string into a object.