| 601 | } |
| 602 | |
| 603 | int TF_DeviceListCount(const TF_DeviceList* list) { |
| 604 | return list->response.size(); |
| 605 | } |
| 606 | |
| 607 | #define TF_DEVICELIST_METHOD(return_type, method_name, accessor, err_val) \ |
| 608 | return_type method_name(const TF_DeviceList* list, const int index, \ |