Delegate SerialTextFile.LineReceived
Delegate for the line ready event.
Assembly: Meadow.Foundation.dll
View Source
public delegate void SerialTextFile.LineReceived(object sender, string line)
Delegate for the line ready event.
public delegate void SerialTextFile.LineReceived(object sender, string line)