Add Device::ResumeTransports

This commit is contained in:
Alexey Rybalchenko
2023-02-22 12:23:28 +01:00
parent 68fba75f83
commit 6484854440
2 changed files with 15 additions and 8 deletions

View File

@@ -590,6 +590,9 @@ class Device
/// Notifies transports to cease any blocking activity
void InterruptTransports();
/// Notifies transports to resume any blocking activity
void ResumeTransports();
/// Shuts down the transports and the device
void Exit() {}