device.c : Add BitString_Value_Create and BitString_Value_Delete in Object_Table (#863)

This commit is contained in:
Jonathan
2024-11-27 03:18:06 +01:00
committed by GitHub
parent 8c82dbb76c
commit 1924ab9540
+2 -2
View File
@@ -175,8 +175,8 @@ static object_functions_t My_Object_Table[] = {
NULL /* Iterator */, BitString_Value_Encode_Value_List,
BitString_Value_Change_Of_Value, BitString_Value_Change_Of_Value_Clear,
NULL /* Intrinsic Reporting */, NULL /* Add_List_Element */,
NULL /* Remove_List_Element */, NULL /* Create */, NULL /* Delete */,
NULL /* Timer */ },
NULL /* Remove_List_Element */, BitString_Value_Create,
BitString_Value_Delete, NULL /* Timer */ },
{ OBJECT_CHARACTERSTRING_VALUE, CharacterString_Value_Init,
CharacterString_Value_Count, CharacterString_Value_Index_To_Instance,
CharacterString_Value_Valid_Instance, CharacterString_Value_Object_Name,