Click or drag to resize

DataEventArgsBuffer Property

Sent or received data. You will get the received data here, when AutoReceive is true. When AutoReceive is false, the property is null and you have to read the data with one of the Read methods.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public byte[] Buffer { get; }

Property Value

Byte
See Also