|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Omron FINS frame codec (PC_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 "protocore_config.h"Go to the source code of this file.
Omron FINS frame codec (PC_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.