Lines Matching defs:data
35 * ability information and the carried data, and functions for setting data in the structure.
54 * @brief Defines the abstract description of an operation, including information about the ability and the extra data
70 * Pointer to the carried data
72 void *data;
142 * @brief Sets data to carry in a specified <b>Want</b> object for starting a particular ability.
145 * @param data Indicates the pointer to the data to set.
146 * @param dataLength Indicates the data length to set. The length must be the same as that of the data specified in
147 * <b>data</b>.
151 bool SetWantData(Want *want, const void *data, uint16_t dataLength);