Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSerialLog.cs29 public event NewDataHandler NewData = null; event in CatLog.SerialLog
57 if (NewData != null) in port_DataReceived()
58 NewData(data); in port_DataReceived()
DCatLog.cs112 logger.NewData += new SerialLog.NewDataHandler(logger_NewData); in CatLog()