Dynamixel SDK

dxl_hal_rx

It actualizes the routine that takes out packet from the received buffers of the communication devices.

dxl_rx_packet makes status packet after taking out the received data using this function.

 

int dxl_hal_rx(
 
    unsigned char *pPacket,
    int numPacket
 
)

 

Parameters

- pPacket

The pointer of array to save taken-out data

- numPacket

The number of data to be taken out

 

Return Values

- It returns the number of data actually taken out.

 

Go back to the list