diff -r 0bb927393dd0 -r f9be4262c68d include/pdo.h --- a/include/pdo.h Wed Jul 15 17:19:09 2009 +0200 +++ b/include/pdo.h Thu Jul 16 10:06:57 2009 +0200 @@ -78,11 +78,13 @@ /** * @ingroup pdo - * @brief Transmit a PDO request frame on the bus bus_id - * to the slave. - * bus_id is hardware dependant + * @brief Transmit a PDO request frame on the network to the slave. * @param *d Pointer on a CAN object data structure * @param RPDOIndex Index of the receive PDO + * @return + * - CanFestival file descriptor is returned upon success. + * - 0xFF is returned if RPDO Index is not found. + * @return 0xFF if error, other in success. */ UNS8 sendPDOrequest( CO_Data* d, UNS16 RPDOIndex );