NFC::StopCommunication

This commit is contained in:
wheremyfoodat 2023-08-18 17:21:01 +03:00
parent 59649b27a0
commit ceb3f05c7e
2 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,7 @@ class NFCService {
void initialize(u32 messagePointer);
void getTagInRangeEvent(u32 messagePointer);
void getTagOutOfRangeEvent(u32 messagePointer);
void stopCommunication(u32 messagePointer);
public:
NFCService(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}