device.c : Add BitString_Value_Create and BitString_Value_Delete in Object_Table (#863)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user