| 32 | #endif |
| 33 | |
| 34 | int main(int argc, char* argv[]) { |
| 35 | #if defined(__APPLE__) |
| 36 | io_object_t _ioObject; |
| 37 | IOHIDDeviceInterface122 **_interface; |
| 38 | unsigned char _buffer[512]; |
| 39 | IOReturn result = (*_interface)->setInterruptReportHandlerCallback(_interface, |
| 40 | _buffer, 512, |
| 41 | ReaderReportCallback, |
| 42 | NULL, 0); |
| 43 | #endif |
| 44 | return 0; |
| 45 | } |
nothing calls this directly
no outgoing calls
no test coverage detected