Area Width Support (not complete)

This commit is contained in:
罗圣
2016-08-26 16:02:06 +08:00
parent c4e2116192
commit c5e7f36e59
11 changed files with 266 additions and 193 deletions

View File

@@ -78,5 +78,10 @@ namespace Modbus.Net.Siemens
Address = int.Parse(tail)
};
}
public override double GetAreaByteLength(string area)
{
return 1;
}
}
}