Added device WriteProperty callback for non-volatile storing in basic device examples. (#728)

This commit is contained in:
Steve Karg
2024-08-16 14:13:56 -05:00
committed by GitHub
parent e1002c433f
commit e3098bbaa2
3 changed files with 43 additions and 24 deletions
+3
View File
@@ -471,6 +471,9 @@ extern "C" {
BACNET_STACK_EXPORT
bool Device_Write_Property_Local(
BACNET_WRITE_PROPERTY_DATA * wp_data);
BACNET_STACK_EXPORT
void Device_Write_Property_Store_Callback_Set(
write_property_function cb);
#if defined(INTRINSIC_REPORTING)
BACNET_STACK_EXPORT