Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface mbed-rto mbed
Fork of ProjectVLC by
Receiver Class Reference
A class used to receive commands via TCP and execute them. More...
#include <Receiver.h>
Public Member Functions | |
| Receiver (Queue< int, 8 > *queue) | |
| void | start () |
| Start a loop that will receive packets, and push their contents on the queue. | |
Detailed Description
A class used to receive commands via TCP and execute them.
Definition at line 10 of file Receiver.h.
Constructor & Destructor Documentation
| Receiver | ( | Queue< int, 8 > * | queue ) |
- Parameters:
-
queue The queue where received and interpreted commands will we pushed.
Definition at line 3 of file Receiver.cpp.
Member Function Documentation
| void start | ( | ) |
Start a loop that will receive packets, and push their contents on the queue.
This method should be called last.
Definition at line 6 of file Receiver.cpp.
Generated on Wed Jul 13 2022 07:48:05 by
1.7.2
