Click or drag to resize

BytesSentEventArgs Class

Provides data for the BytesSent event.
Inheritance Hierarchy

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

The BytesSentEventArgs type exposes the following members.

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