Add WIZnet W5500 UDP over IP socket (::picolibrary::WIZnet::W5500::IP::UDP::Socket) echo interactive test helper (::picolibrary::Testing::Interactive::WIZnet::W5500::IP::UDP::echo()).
[x] The echo() function should be defined in the include/picolibrary/testing/interactive/wiznet/w5500/ip/udp.h/source/picolibrary/testing/interactive/wiznet/w5500/ip/udp.cc header/source file pair
[x] The echo() function should have the following template parameters:
[x] typename Controller: The type of controller used to communicate with the W5500
[x] typename Device_Selector: The type of device selector used to select and deselect the W5500
[x] The echo() function should have the following signature:
Add WIZnet W5500 UDP over IP socket (
::picolibrary::WIZnet::W5500::IP::UDP::Socket
) echo interactive test helper (::picolibrary::Testing::Interactive::WIZnet::W5500::IP::UDP::echo()
).echo()
function should be defined in theinclude/picolibrary/testing/interactive/wiznet/w5500/ip/udp.h
/source/picolibrary/testing/interactive/wiznet/w5500/ip/udp.cc
header/source file pairecho()
function should have the following template parameters:typename Controller
: The type of controller used to communicate with the W5500typename Device_Selector
: The type of device selector used to select and deselect the W5500echo()
function should have the following signature: