PB声明DLL问题
在C#中声明DLL如下:
[DllImport("IDTDevice.dll",EntryPoint="RF_SendCmd")]
public static extern int RF_SendCmd(byte nCom,int address,byte nCmd,Byte[]aBuf ,byte nDatelen,Byte[] pAck,byte nAckLen);
转成PB是什么样子的啊???
[解决办法]
发布时间: 2012-03-04 11:13:34 作者: rapoo
PB声明DLL问题
在C#中声明DLL如下:
[DllImport("IDTDevice.dll",EntryPoint="RF_SendCmd")]
public static extern int RF_SendCmd(byte nCom,int address,byte nCmd,Byte[]aBuf ,byte nDatelen,Byte[] pAck,byte nAckLen);
转成PB是什么样子的啊???
[解决办法]