Corrected Binary output and value in some demos that didn't return the priority array element correctly.
This commit is contained in:
@@ -352,9 +352,9 @@ int Binary_Output_Encode_Property_APDU(
|
||||
present_value =
|
||||
Binary_Output_Level[object_index][array_index - 1];
|
||||
if (present_value == BINARY_NULL) {
|
||||
len = encode_application_null(&apdu[apdu_len]);
|
||||
apdu_len = encode_application_null(&apdu[apdu_len]);
|
||||
} else {
|
||||
len =
|
||||
apdu_len =
|
||||
encode_application_enumerated(&apdu[apdu_len],
|
||||
present_value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user