This commit is contained in:
2023-04-14 14:56:01 +08:00
parent b1422411a2
commit 1abb153d76
16 changed files with 1388 additions and 133 deletions

View File

@@ -80,6 +80,12 @@ public:
static int DNFDeCode(int Address);
//加密写入
static void DNFEnCode(int AddreSs, int Data);
//DNFTOOL::ReadInt
static int ReadInt(int addr);
//DNFTOOL::WriteInt
static void WriteInt(int addr, int buf);
//写字节数组
static void WriteByteArr(int addr, BYTE buf[], int len);
//获取装备偏移地址
static int GetEquAddr(int addr);