This commit is contained in:
2024-06-05 09:35:39 +03:00
parent 2f662b0d79
commit cf543feeb5
4 changed files with 86 additions and 49 deletions

View File

@@ -47,6 +47,9 @@ TEST_CASE("[ADC NET MESSAGE]")
msg.setTokens("FILTER", "A1", "B3");
std::cout << "BYTES: " << msg.bytes() << "\n";
std::cout << "TOK BYTES: " << msg.tokensBytes(1, 1) << "\n";
std::cout << "\n\n---------\n\n";