#include <assert.h>
#include "ltkcpp_platform.h"
#include "ltkcpp_base.h"
#include "ltkcpp_frame.h"
#include "ltkcpp_connection.h"
Go to the source code of this file.
Namespaces | |
namespace | LLRP |
Defines | |
#define | LLRP1_TCP_PORT (5084u) |
This provides a simple interface to send and receive LLRP messages using a network socket.
This is simplified. It is possible, even likely, that some applications could require much more sophistication. To that end this source file serves as an example to illustrate how framing, encoding, decoding, and response matching are done.
Definition in file ltkcpp_connection.cpp.