Example #1
0
 public static void PrintBytes(byte[] bytes, int start = 0, int length = 0)
 {
     Console.WriteLine(SprotoHelper.DumpBytes(bytes, start, length));
 }