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

Function WritePortByteString

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

Source from the content-addressed store, hash-verified

155 }
156
157 void WritePortByteString(unsigned short PortNumber, unsigned char* Buffer, unsigned long Count)
158 {
159 __outbytestring(PortNumber, Buffer, Count);
160 }
161
162 void WritePortWordString(unsigned short PortNumber, unsigned short* Buffer, unsigned long Count)
163 {

Callers 1

KbWritePortStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected