|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
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 1360 of file ispackets.h.
| byte IS_NCN::Admin |
1 if admin
Definition at line 1370 of file ispackets.h.
| byte IS_NCN::Flags |
bit 2 : remote
Definition at line 1372 of file ispackets.h.
| char IS_NCN::PName[24] |
nickname
Definition at line 1368 of file ispackets.h.
| byte IS_NCN::ReqI |
0 unless this is a reply to a TINY_NCN request
Definition at line 1364 of file ispackets.h.
| byte IS_NCN::Size |
56
Definition at line 1362 of file ispackets.h.
| byte IS_NCN::Sp3 |
Definition at line 1373 of file ispackets.h.
| byte IS_NCN::Total |
number of connections including host
Definition at line 1371 of file ispackets.h.
| byte IS_NCN::Type |
Definition at line 1363 of file ispackets.h.
| byte IS_NCN::UCID |
new connection's unique id (0 = host)
Definition at line 1365 of file ispackets.h.
| char IS_NCN::UName[24] |
username
Definition at line 1367 of file ispackets.h.
1.7.6.1