Fixed rtcReceiveMessage() and refactor C API buffer handling

This commit is contained in:
Paul-Louis Ageneau
2020-11-07 19:26:22 +01:00
parent dcb0a0282e
commit 2bcdab027c
9 changed files with 133 additions and 163 deletions

View File

@ -66,6 +66,7 @@ public:
// Extended API
std::optional<message_variant> receive() override;
std::optional<message_variant> peek() override;
size_t availableAmount() const override; // total size available to receive
private: