Closed apcountryman closed 1 year ago
Add UDP over IP reception result (::picolibrary::IP::UDP::Reception_Result).
::picolibrary::IP::UDP::Reception_Result
Reception_Result
include/picolibrary/ip/udp.h
source/picolibrary/ip/udp.cc
Endpoint endpoint;
std::uint8_t * end;
Add UDP over IP reception result (
::picolibrary::IP::UDP::Reception_Result
).Reception_Result
struct should be defined in theinclude/picolibrary/ip/udp.h
/source/picolibrary/ip/udp.cc
header/source file pairReception_Result
struct should have the following members:Endpoint endpoint;
: The endpoint the datagram was received fromstd::uint8_t * end;
: The end of the datagram