|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
InSim Multi. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 40 | |
| byte | Type |
| ISP_ISM | |
| byte | ReqI |
| usually 0 / or if a reply : ReqI as received in the TINY_ISM | |
| byte | Zero |
| byte | Host |
| 0 = guest / 1 = host | |
| byte | Sp1 |
| byte | Sp2 |
| byte | Sp3 |
| char | HName [32] |
| the name of the host joined or started | |
InSim Multi.
Definition at line 1234 of file ispackets.h.
| char IS_ISM::HName[32] |
the name of the host joined or started
Definition at line 1246 of file ispackets.h.
| byte IS_ISM::Host |
0 = guest / 1 = host
Definition at line 1241 of file ispackets.h.
| byte IS_ISM::ReqI |
usually 0 / or if a reply : ReqI as received in the TINY_ISM
Definition at line 1238 of file ispackets.h.
| byte IS_ISM::Size |
40
Definition at line 1236 of file ispackets.h.
| byte IS_ISM::Sp1 |
Definition at line 1242 of file ispackets.h.
| byte IS_ISM::Sp2 |
Definition at line 1243 of file ispackets.h.
| byte IS_ISM::Sp3 |
Definition at line 1244 of file ispackets.h.
| byte IS_ISM::Type |
Definition at line 1237 of file ispackets.h.
| byte IS_ISM::Zero |
Definition at line 1239 of file ispackets.h.
1.7.6.1