RoboidControl-cpp/ControlCore/Participant.cpp
2024-12-13 17:10:05 +01:00

11 lines
348 B
C++

#include "Participant.h"
// bool Passer::Control::ControlClient::SendMsg(unsigned char *buffer,
// unsigned char bufferSize) {
// return false;
// }
bool Participant::SendBuffer(unsigned char bufferSize) { return false; }
bool Participant::PublishBuffer(unsigned char bufferSize) { return false; }