| InSim
    0.6c
    Documentation of Live for Speed InSim Protocol | 
FINished race notification. More...
#include <ispackets.h>
| Data Fields | |
| byte | Size | 
| 20 | |
| byte | Type | 
| ISP_FIN | |
| byte | ReqI | 
| 0 | |
| byte | PLID | 
| player's unique id (0 = player left before result was sent) | |
| unsigned | TTime | 
| race time (ms) | |
| unsigned | BTime | 
| best lap (ms) | |
| byte | SpA | 
| byte | NumStops | 
| number of pit stops | |
| byte | Confirm | 
| confirmation flags : disqualified etc | |
| byte | SpB | 
| word | LapsDone | 
| laps completed | |
| word | Flags | 
| player flags : help settings etc | |
FINished race notification.
(not a final result - use IS_RES)
Definition at line 1660 of file ispackets.h.
| unsigned IS_FIN::BTime | 
best lap (ms)
Definition at line 1668 of file ispackets.h.
| byte IS_FIN::Confirm | 
confirmation flags : disqualified etc
Definition at line 1672 of file ispackets.h.
| word IS_FIN::Flags | 
player flags : help settings etc
Definition at line 1676 of file ispackets.h.
| word IS_FIN::LapsDone | 
laps completed
Definition at line 1675 of file ispackets.h.
| byte IS_FIN::NumStops | 
number of pit stops
Definition at line 1671 of file ispackets.h.
| byte IS_FIN::PLID | 
player's unique id (0 = player left before result was sent)
Definition at line 1665 of file ispackets.h.
| byte IS_FIN::ReqI | 
0
Definition at line 1664 of file ispackets.h.
| byte IS_FIN::Size | 
20
Definition at line 1662 of file ispackets.h.
| byte IS_FIN::SpA | 
Definition at line 1670 of file ispackets.h.
| byte IS_FIN::SpB | 
Definition at line 1673 of file ispackets.h.
| unsigned IS_FIN::TTime | 
race time (ms)
Definition at line 1667 of file ispackets.h.
| byte IS_FIN::Type | 
Definition at line 1663 of file ispackets.h.
 1.7.6.1
 1.7.6.1