Click or drag to resize

BytesReceivedEventArgs Class

Provides data for the BytesReceived event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    AC908_SDKBytesReceivedEventArgs

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class BytesReceivedEventArgs : EventArgs

The BytesReceivedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the bytes received.
Top
See Also