Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spuckwaffel/Kernel-Thread-Driver
/ Disconnect
Function
Disconnect
UM/Driver.h:38–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void Disconnect() {
39
std::cout <<
"disconnecting..."
<< std::endl;
40
41
STATUS_CODE = 3;
42
Sleep(300);
43
44
std::cout <<
"disconnected!"
<< std::endl;
45
}
46
47
template<class T>
48
T Read(uint64_t read_address) {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected