MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / ReadPortByteString

Function ReadPortByteString

Source/Client/NM_Sys/API/IO.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 void ReadPortByteString(unsigned short PortNumber, unsigned char* Buffer, unsigned long Count)
128 {
129 return __inbytestring(PortNumber, Buffer, Count);
130 }
131
132 void ReadPortWordString(unsigned short PortNumber, unsigned short* Buffer, unsigned long Count)
133 {

Callers 1

KbReadPortStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected