-add saveLength to SaveRestore

-undo split of Restore from SaveRestore
-add some dynamic memory management to memory-class
This commit is contained in:
Thomas Kunze
2019-11-03 22:09:22 +01:00
parent 2770f5eaa9
commit 8421279d53
25 changed files with 305 additions and 90 deletions

View File

@@ -320,4 +320,9 @@ uint8_t IpParameterObject::propertyCount()
PropertyDescription* IpParameterObject::propertyDescriptions()
{
return _propertyDescriptions;
}
}
uint16_t IpParameterObject::saveSize()
{
return 51;
}