日期:2014-05-18 浏览次数:20842 次
extern "C" __declspec(dllimport) bool Usb_Qu_write(byte Qu_index, char Qu_type, char *pData);
public static extern bool Usb_Qu_write(byte Q_index, byte Q_type, byte pQ_data);
public static extern bool Usb_Qu_write(Byte Qu_index, SByte Qu_type, [In, Out] SByte[] pData);