|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Omron FINS frame codec (DETWS_ENABLE_FINS) - zero-heap command/response builder + parser for the Factory Interface Network Service (FINS/UDP), so a device can talk to an Omron PLC over the shipped UDP transport. More...
#include "ServerConfig.h"Go to the source code of this file.
Omron FINS frame codec (DETWS_ENABLE_FINS) - zero-heap command/response builder + parser for the Factory Interface Network Service (FINS/UDP), so a device can talk to an Omron PLC over the shipped UDP transport.
A FINS message is a 10-octet header then the command code and data:
FINS/UDP carries this frame directly (UDP provides integrity, so there is no checksum); FINS/TCP would prepend its own header. This is the message codec; the send is the app's.
Definition in file fins.h.