In file sysstruct.h:

struct monitor

User monitoring structure.

[more]volatile long timestamp
Time and date of last inpuit.
[more]volatile char channel[24]
Channel where input came from.
[more]volatile char input[8192-28]
The input itself.


Documentation

User monitoring structure.

This structure allows monitoring of user input, which only works where supported by modules and other user-side software. This structure is less than thoroughly documented because there is no need for you to use it.

ovolatile long timestamp
Time and date of last inpuit.

ovolatile char channel[24]
Channel where input came from.

ovolatile char input[8192-28]
The input itself.

Alphabetic index



This page was generated with the help of DOC++.