PB声明DLL有关问题
PB声明DLL问题在C#中声明DLL如下:[DllImport(IDTDevice.dll,EntryPointRF_SendCmd)]public static ex
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是什么样子的啊???
[解决办法]