|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Node and Lap Packet. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 4 + NumP * 6 (PLUS 2 if needed to make it a multiple of 4) | |
| byte | Type |
| ISP_NLP | |
| byte | ReqI |
| 0 unless this is a reply to an TINY_NLP request | |
| byte | NumP |
| number of players in race | |
| NodeLap | Info [32] |
| node and lap of each player, 1 to 32 of these (NumP) | |
| NodeLap IS_NLP::Info[32] |
node and lap of each player, 1 to 32 of these (NumP)
Definition at line 1999 of file ispackets.h.
| byte IS_NLP::NumP |
number of players in race
Definition at line 1997 of file ispackets.h.
| byte IS_NLP::ReqI |
0 unless this is a reply to an TINY_NLP request
Definition at line 1996 of file ispackets.h.
| byte IS_NLP::Size |
4 + NumP * 6 (PLUS 2 if needed to make it a multiple of 4)
Definition at line 1994 of file ispackets.h.
| byte IS_NLP::Type |
Definition at line 1995 of file ispackets.h.
1.7.6.1