Пример #1
0
 public int ReadCurrentData(ref byte[] data)
 {
     return(device?.ReadLast(ref data) ?? -1);
 }