First byte in the example code is change to 1 not to 0
derpeter [Tue, 13 Jan 2009 15:36:39 +0000 (15:36 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1061 270642c3-0616-0410-b53a-bc976706d245

Packets/Mainpage.dox

index 8847a5c..b8c5ad9 100644 (file)
     \code
     Packet p = ...;
 
-    // Change first byte of packet to 0
+    // Change first byte of packet to 1
     p.data()[0] = 1u; 
 
     // Copy packet data into a vector