DOFTrafficStats InterfaceOpenDOF Object Access Library
A TrafficStats instance contains information about a DOF's traffic-related statistical data, including packet counts and bytes counts.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface TrafficStats

The DOFTrafficStats type exposes the following members.

Methods

  NameDescription
Public methodgetReceiveByteCount
Gets a count of the data bytes received on all connections and servers.
Public methodgetReceivePacketCount
Gets a count of the packets received on all connections and servers.
Public methodgetSendByteCount
Gets a count of the data bytes sent over all connections and servers.
Public methodgetSendPacketCount
Gets a count of the packets sent over all connections and servers.
Top
Remarks

A TrafficStats instance contains information about a DOF's traffic-related statistical data, including packet counts and bytes counts. Use Runtime.getTrafficStats() to get a TrafficStats instance.
See Also

Reference