| 214 |
default: |
default: |
| 215 |
return IFD_ERROR_TAG; |
return IFD_ERROR_TAG; |
| 216 |
} |
} |
| 217 |
|
|
| 218 |
return IFD_SUCCESS; |
return IFD_SUCCESS; |
| 219 |
} /* IFDHGetCapabilities */ |
} /* IFDHGetCapabilities */ |
| 220 |
|
|
| 246 |
/* if (CheckLun(Lun)) |
/* if (CheckLun(Lun)) |
| 247 |
return IFD_COMMUNICATION_ERROR; */ |
return IFD_COMMUNICATION_ERROR; */ |
| 248 |
|
|
| 249 |
return IFD_SUCCESS; |
return IFD_NOT_SUPPORTED; |
| 250 |
} /* IFDHSetCapabilities */ |
} /* IFDHSetCapabilities */ |
| 251 |
|
|
| 252 |
|
|
| 273 |
/* if (CheckLun(Lun)) |
/* if (CheckLun(Lun)) |
| 274 |
return IFD_COMMUNICATION_ERROR; */ |
return IFD_COMMUNICATION_ERROR; */ |
| 275 |
|
|
| 276 |
return IFD_SUCCESS; |
return IFD_NOT_SUPPORTED; |
| 277 |
} /* IFDHSetProtocolParameters */ |
} /* IFDHSetProtocolParameters */ |
| 278 |
|
|
| 279 |
|
|
| 467 |
if (RxLength) |
if (RxLength) |
| 468 |
*RxLength = 0; |
*RxLength = 0; |
| 469 |
|
|
| 470 |
return IFD_SUCCESS; |
return IFD_NOT_SUPPORTED; |
| 471 |
} /* IFDHControl */ |
} /* IFDHControl */ |
| 472 |
|
|
| 473 |
|
|