DataReceivedEventArgs Class
Namespace: GHIElectronics.TinyCLR.Devices.Uart · Assembly: GHIElectronics.TinyCLR.Devices.Uart
Arguments for UartController.DataReceived.
public class DataReceivedEventArgs
Properties
Count
public int Count { get; }
Number of bytes that have just become available to read.
Timestamp
public DateTime Timestamp { get; }
Driver-captured time of the receive event.