Click or drag to resize

DataEventArgs Properties

The DataEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyBuffer 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.
Top
See Also