AC::CloseAsync

This commit is contained in:
wheremyfoodat 2023-08-19 16:35:37 +03:00
parent 6e4b2b672e
commit bd750f010d
2 changed files with 11 additions and 0 deletions

View file

@ -12,6 +12,7 @@ class ACService {
// Service commands
void cancelConnectAsync(u32 messagePointer);
void closeAsync(u32 messagePointer);
void createDefaultConfig(u32 messagePointer);
void getLastErrorCode(u32 messagePointer);
void setClientVersion(u32 messagePointer);