device - PHP 调用 DLL 入口文件

WBOY
Release: 2016-06-06 20:45:24
Original
1091 people have browsed it

<code>Transfer_Ethernet_EX的声明
extern "C" __declspec(dllexport) UINT __stdcall Transfer_Ethernet_EX(char
*cTransScale , int nKey)
功能:
将传输配置文件中要求传输的秤的文件传输到对应秤内
参数说明:
cTransScale: 传输配置文件的文件名
nKey: 暂时无意义
</code>
Copy after login
Copy after login

C# 直接调用DLL就行了,不知道PHP 怎么搞!
实际上这是一个 梅特勒-托利多 电子称的接口,我想用PHP写。

回复内容:

<code>Transfer_Ethernet_EX的声明
extern "C" __declspec(dllexport) UINT __stdcall Transfer_Ethernet_EX(char
*cTransScale , int nKey)
功能:
将传输配置文件中要求传输的秤的文件传输到对应秤内
参数说明:
cTransScale: 传输配置文件的文件名
nKey: 暂时无意义
</code>
Copy after login
Copy after login

C# 直接调用DLL就行了,不知道PHP 怎么搞!
实际上这是一个 梅特勒-托利多 电子称的接口,我想用PHP写。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!