Datagram::LengthFnxRequest Struct Reference
Sets length function. More...
#include <DatagramInterface.h>
Data Fields | |
| LengthFnx * | fnx |
| Function which gets length. | |
| size_t | minlen |
| Minimum data length to get length. | |
Detailed Description
Sets length function.
Definition at line 94 of file DatagramInterface.h.
Field Documentation
◆ fnx
| LengthFnx* Datagram::LengthFnxRequest::fnx |
Function which gets length.
Definition at line 95 of file DatagramInterface.h.
◆ minlen
| size_t Datagram::LengthFnxRequest::minlen |
Minimum data length to get length.
Definition at line 96 of file DatagramInterface.h.
The documentation for this struct was generated from the following file: