Ejemplo n.º 1
0
 public int sendBytes(byte[] bytes, int length)
 {
     return(_interface.readData(bytes, length));
 }