Пример #1
0
 // an arbitrary byte string is contained in this response because this is called on data received while in the ReceivingData DAQ state
 public LMMMLingo.Tokens DataPacketResponseMatch(byte[] buffer, int offset, int bytesTransferred)
 {
     return(cmdprocessor.DataPacketResponseMatch(buffer, offset, bytesTransferred));
 }