protobuf server
This commit is contained in:
@@ -15,8 +15,8 @@ public:
|
||||
void render(bool* p_open, ConnectionWindow& connectionWindow);
|
||||
|
||||
private:
|
||||
void sendHexPayload(const std::string& hexString, ConnectionWindow& connectionWindow);
|
||||
char hexInputBuffer[256];
|
||||
static void sendHexPayload(const std::string& hexString, ConnectionWindow& connectionWindow);
|
||||
char hexInputBuffer[256]{};
|
||||
};
|
||||
|
||||
#endif // SERIAL_SAMPLE_PAYLOADWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user