mirror of
https://github.com/thelsing/knx.git
synced 2026-04-16 23:12:36 +02:00
-add saveLength to SaveRestore
-undo split of Restore from SaveRestore -add some dynamic memory management to memory-class
This commit is contained in:
@@ -320,4 +320,9 @@ uint8_t IpParameterObject::propertyCount()
|
||||
PropertyDescription* IpParameterObject::propertyDescriptions()
|
||||
{
|
||||
return _propertyDescriptions;
|
||||
}
|
||||
}
|
||||
|
||||
uint16_t IpParameterObject::saveSize()
|
||||
{
|
||||
return 51;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user