JZTXT
首页
Ai
Java
Python
Android
Mysql
JavaScript
Html
CSS
ushort
C# modbus RTU 中使用到的 ushort[] 转 int 与 int 转 ushort[]
public static int ushorts2int(ushort[] res) { int high = res[0]; int low = res[1]; int value = (high << 16) + low; return value; } public static ushor ......
ushort
int
modbus
RTU
更新时间 2023-08-02
共1篇 :1/1页
首页
上一页
1
下一页
尾页