示例#1
0
static unsigned int msg_recv(programmer_t *pgm, unsigned char *buf, unsigned int length) {
	return msg_transfer(pgm, buf, length, LIBUSB_ENDPOINT_IN);
}
示例#2
0
文件: minipro.c 项目: 960/minipro
static unsigned int msg_recv(minipro_handle_t *handle, unsigned char *buf, int length) {
	return msg_transfer(handle, buf, length, LIBUSB_ENDPOINT_IN);
}