Area Width Support (not complete)
This commit is contained in:
@@ -78,5 +78,10 @@ namespace Modbus.Net.Siemens
|
||||
Address = int.Parse(tail)
|
||||
};
|
||||
}
|
||||
|
||||
public override double GetAreaByteLength(string area)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user