MCPcopy 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
38void Disconnect() {
39 std::cout << "disconnecting..." << std::endl;
40
41 STATUS_CODE = 3;
42 Sleep(300);
43
44 std::cout << "disconnected!" << std::endl;
45}
46
47template<class T>
48T Read(uint64_t read_address) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected