- Added handling to WritePropertyMultiple.

- Added encode_tagged_enumerated function.
This commit is contained in:
k001a
2011-06-08 21:51:15 +00:00
parent 6a14f8f93a
commit a16a8f041b
7 changed files with 288 additions and 0 deletions
+2
View File
@@ -118,6 +118,8 @@ static void Init_Service_Handlers(
handler_read_property_multiple);
apdu_set_confirmed_handler(SERVICE_CONFIRMED_WRITE_PROPERTY,
handler_write_property);
apdu_set_confirmed_handler(SERVICE_CONFIRMED_WRITE_PROP_MULTIPLE,
handler_write_property_multiple);
apdu_set_confirmed_handler(SERVICE_CONFIRMED_READ_RANGE,
handler_read_range);
#if defined(BACFILE)