New ConN. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 56 | |
| byte | Type |
| ISP_NCN | |
| byte | ReqI |
| 0 unless this is a reply to a TINY_NCN request | |
| byte | UCID |
| new connection's unique id (0 = host) | |
| char | UName [24] |
| username | |
| char | PName [24] |
| nickname | |
| byte | Admin |
| 1 if admin | |
| byte | Total |
| number of connections including host | |
| byte | Flags |
| bit 2 : remote | |
| byte | Sp3 |
New ConN.
Definition at line 1347 of file ispackets.h.
| byte IS_NCN::Size |
56
Definition at line 1349 of file ispackets.h.
| byte IS_NCN::Type |
Definition at line 1350 of file ispackets.h.
| byte IS_NCN::ReqI |
0 unless this is a reply to a TINY_NCN request
Definition at line 1351 of file ispackets.h.
| byte IS_NCN::UCID |
new connection's unique id (0 = host)
Definition at line 1352 of file ispackets.h.
| char IS_NCN::UName[24] |
username
Definition at line 1354 of file ispackets.h.
| char IS_NCN::PName[24] |
nickname
Definition at line 1355 of file ispackets.h.
| byte IS_NCN::Admin |
1 if admin
Definition at line 1357 of file ispackets.h.
| byte IS_NCN::Total |
number of connections including host
Definition at line 1358 of file ispackets.h.
| byte IS_NCN::Flags |
bit 2 : remote
Definition at line 1359 of file ispackets.h.
| byte IS_NCN::Sp3 |
Definition at line 1360 of file ispackets.h.
1.7.3