예제 #1
0
파일: LMMMComm.cs 프로젝트: radtek/INCC6
 // 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));
 }