Admin Command Report - any user typed an admin command. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
72 | |
byte | Type |
ISP_ACR. | |
byte | ReqI |
0 | |
byte | Zero |
byte | UCID |
connection's unique id (0 = host) | |
byte | Admin |
set if user is an admin | |
byte | Result |
1 - processed / 2 - rejected / 3 - unknown command | |
byte | Sp3 |
char | Text [64] |
Admin Command Report - any user typed an admin command.
Definition at line 1124 of file ispackets.h.
byte IS_ACR::Size |
72
Definition at line 1126 of file ispackets.h.
byte IS_ACR::Type |
ISP_ACR.
Definition at line 1127 of file ispackets.h.
byte IS_ACR::ReqI |
0
Definition at line 1128 of file ispackets.h.
byte IS_ACR::Zero |
Definition at line 1129 of file ispackets.h.
byte IS_ACR::UCID |
connection's unique id (0 = host)
Definition at line 1131 of file ispackets.h.
byte IS_ACR::Admin |
set if user is an admin
Definition at line 1132 of file ispackets.h.
byte IS_ACR::Result |
1 - processed / 2 - rejected / 3 - unknown command
Definition at line 1133 of file ispackets.h.
byte IS_ACR::Sp3 |
Definition at line 1134 of file ispackets.h.
char IS_ACR::Text[64] |
Definition at line 1136 of file ispackets.h.