[NFC] Add more functions

This commit is contained in:
wheremyfoodat 2023-08-26 18:52:41 +03:00
parent 902b2032e2
commit 00e553a120
2 changed files with 24 additions and 0 deletions

View file

@ -44,7 +44,9 @@ class NFCService {
void getTagInRangeEvent(u32 messagePointer);
void getTagOutOfRangeEvent(u32 messagePointer);
void getTagState(u32 messagePointer);
void shutdown(u32 messagePointer);
void startCommunication(u32 messagePointer);
void startTagScanning(u32 messagePointer);
void stopCommunication(u32 messagePointer);
public: