MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / sendCommand

Method sendCommand

external/floppybridge/src/SuperCardProInterface.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool SCPInterface::sendCommand(const SCPCommand command, SCPResponse& response) {
79 return sendCommand(command, NULL, 0, response);
80}
81
82bool SCPInterface::sendCommand(const SCPCommand command, const unsigned char parameter, SCPResponse& response) {
83 return sendCommand(command, &parameter, 1, response);

Callers

nothing calls this directly

Calls 6

push_backMethod · 0.45
resizeMethod · 0.45
dataMethod · 0.45
writeMethod · 0.45
sizeMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected