Lines Matching refs:SerialData

47                 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT);  in ReceivedBytesThreshold_Default()
52 rcvEventHandler.Validate(SerialData.Chars, 1, 0); in ReceivedBytesThreshold_Default()
82 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT); in ReceivedBytesThreshold_Rnd_ExactWrite()
87 rcvEventHandler.Validate(SerialData.Chars, com1.ReceivedBytesThreshold, 0); in ReceivedBytesThreshold_Rnd_ExactWrite()
120 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT); in ReceivedBytesThreshold_Rnd_MultipleWrite()
125 rcvEventHandler.Validate(SerialData.Chars, com1.ReceivedBytesThreshold, 0); in ReceivedBytesThreshold_Rnd_MultipleWrite()
166 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT); in ReceivedBytesThreshold_Above_Exact()
172 rcvEventHandler.Validate(SerialData.Chars, com1.ReceivedBytesThreshold, 0); in ReceivedBytesThreshold_Above_Exact()
213 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT); in ReceivedBytesThreshold_Above_Below()
219 rcvEventHandler.Validate(SerialData.Chars, com1.ReceivedBytesThreshold, 0); in ReceivedBytesThreshold_Above_Below()
258 rcvEventHandler.WaitForEvent(SerialData.Chars, MAX_TIME_WAIT); in ReceivedBytesThreshold_Above_1()
264 rcvEventHandler.Validate(SerialData.Chars, com1.ReceivedBytesThreshold, 0); in ReceivedBytesThreshold_Above_1()
374 private readonly List<SerialData> _eventType = new List<SerialData>();
407 public void Validate(SerialData eventType, int bytesToRead, int eventIndex) in Validate()
430 public void WaitForEvent(SerialData eventType, int timeout) in WaitForEvent()
435 public void WaitForEvent(SerialData eventType, int numEvents, int timeout) in WaitForEvent()
463 public bool EventExists(SerialData eventType, int numEvents) in EventExists()