当前位置:
代码迷
>>
PB
>> PB声明DLL有关问题
详细解决方案
PB声明DLL有关问题
热度:
178
发布时间:
2016-04-29 09:28:48.0
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是什么样子的啊???
------解决方案--------------------
探讨
在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是什么样子的啊???
查看全文
相关解决方案