Added WhoIs to bit string returned for Services Supported.

This commit is contained in:
skarg
2008-10-30 21:09:39 +00:00
parent 23d2cd6592
commit 38dc91e540
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -49,6 +49,9 @@ bool apdu_service_supported(
if (service_supported == SERVICE_SUPPORTED_READ_PROPERTY) {
status = true;
}
if (service_supported == SERVICE_SUPPORTED_WHO_IS) {
status = true;
}
#ifdef WRITE_PROPERTY
if (service_supported == SERVICE_SUPPORTED_WRITE_PROPERTY) {
status = true;
File diff suppressed because one or more lines are too long