Home
last modified time | relevance | path

Searched refs:NewDataHandler (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/CatLog/
DSerialLog.cs26 public delegate void NewDataHandler(String line); in NewDataHandler() method in CatLog.SerialLog
29 public event NewDataHandler NewData = null;
DCatLog.cs112 logger.NewData += new SerialLog.NewDataHandler(logger_NewData); in CatLog()