|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
IS_SMALL - used for various requests, replies and reports. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| always 8 | |
| byte | Type |
| always ISP_SMALL | |
| byte | ReqI |
| 0 unless it is an info request or a reply to an info request | |
| byte | SubT |
| subtype, from SMALL_ enumeration (e.g. SMALL_SSP) | |
| unsigned | UVal |
| value (e.g. for SMALL_SSP this would be the OutSim packet rate) | |
IS_SMALL - used for various requests, replies and reports.
General purpose 8 byte packet
Definition at line 948 of file ispackets.h.
| byte IS_SMALL::ReqI |
0 unless it is an info request or a reply to an info request
Definition at line 952 of file ispackets.h.
| byte IS_SMALL::Size |
always 8
Definition at line 950 of file ispackets.h.
| byte IS_SMALL::SubT |
subtype, from SMALL_ enumeration (e.g. SMALL_SSP)
Definition at line 953 of file ispackets.h.
| byte IS_SMALL::Type |
always ISP_SMALL
Definition at line 951 of file ispackets.h.
| unsigned IS_SMALL::UVal |
value (e.g. for SMALL_SSP this would be the OutSim packet rate)
Definition at line 955 of file ispackets.h.
1.7.6.1