| InSim
    0.6c
    Documentation of Live for Speed InSim Protocol | 
IS_TINY - used for various requests, replies and reports. More...
#include <ispackets.h>
| Data Fields | |
| byte | Size | 
| always 4 | |
| byte | Type | 
| always ISP_TINY | |
| byte | ReqI | 
| 0 unless it is an info request or a reply to an info request | |
| byte | SubT | 
| subtype, from TINY_ enumeration (e.g. TINY_RACE_END) | |
IS_TINY - used for various requests, replies and reports.
General purpose 4 byte packet
Definition at line 936 of file ispackets.h.
| byte IS_TINY::ReqI | 
0 unless it is an info request or a reply to an info request
Definition at line 940 of file ispackets.h.
| byte IS_TINY::Size | 
always 4
Definition at line 938 of file ispackets.h.
| byte IS_TINY::SubT | 
subtype, from TINY_ enumeration (e.g. TINY_RACE_END)
Definition at line 941 of file ispackets.h.
| byte IS_TINY::Type | 
always ISP_TINY
Definition at line 939 of file ispackets.h.
 1.7.6.1
 1.7.6.1