Added Binary Input Write Property handler to the device handler function table. Thanks for asking, Vogel!

This commit is contained in:
skarg
2012-07-12 16:41:52 +00:00
parent 609234a3bf
commit 9f1719756d
+1 -1
View File
@@ -156,7 +156,7 @@ static object_functions_t My_Object_Table[] = {
Binary_Input_Valid_Instance,
Binary_Input_Object_Name,
Binary_Input_Read_Property,
NULL /* Write Property */ ,
Binary_Input_Write_Property,
Binary_Input_Property_Lists,
NULL /* ReadRangeInfo */ ,
NULL /* Iterator */ ,