15 Jul
2013
15 Jul
'13
9:23 a.m.
Hi all. This is my first post. I'm working with boost::asio::ip::tcp to dialogate with a peripheral which send frames grouped in words (16 bit values). The peripheral uses a big-endian byte-order, while the host uses a little-endian byte-order. Is there some template which makes the swap automatically? Best regards, Mauro