Kameloso.ConnectionHistoryEntry

A record of a successful connection.

class Kameloso
static
struct ConnectionHistoryEntry {}

Members

Variables

bytesReceived
ulong bytesReceived;

How many bytes were read during this connection.

numEvents
long numEvents;

How many events fired during this connection.

startTime
long startTime;

UNIX time when this connection was established.

stopTime
long stopTime;

UNIX time when this connection was lost.