InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
This version packet can be sent on request. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
20 | |
byte | Type |
ISP_VER | |
byte | ReqI |
ReqI as received in the request packet. | |
byte | Zero |
char | Version [8] |
LFS version, e.g. 0.3G. | |
char | Product [6] |
Product : DEMO or S1. | |
word | InSimVer |
InSim Version : increased when InSim packets change. |
This version packet can be sent on request.
To request an InSimVersion packet at any time, send this IS_TINY :
ReqI : non-zero (returned in the reply)
SubT : TINY_VER (request an IS_VER)
Definition at line 967 of file ispackets.h.
word IS_VER::InSimVer |
InSim Version : increased when InSim packets change.
Definition at line 976 of file ispackets.h.
char IS_VER::Product[6] |
Product : DEMO or S1.
Definition at line 975 of file ispackets.h.
byte IS_VER::ReqI |
ReqI as received in the request packet.
Definition at line 971 of file ispackets.h.
byte IS_VER::Size |
20
Definition at line 969 of file ispackets.h.
byte IS_VER::Type |
Definition at line 970 of file ispackets.h.
char IS_VER::Version[8] |
LFS version, e.g. 0.3G.
Definition at line 974 of file ispackets.h.
byte IS_VER::Zero |
Definition at line 972 of file ispackets.h.