读书人

PB声明DLL有关问题

发布时间: 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是什么样子的啊???


[解决办法]

探讨
在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是什么样子的啊???

读书人网 >PB

热点推荐