InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
InSim Init - packet to initialise the InSim system. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
44 | |
byte | Type |
ISP_ISI | |
byte | ReqI |
If non-zero LFS will send an IS_VER packet. | |
byte | Zero |
0 | |
word | UDPPort |
Port for UDP replies from LFS (0 to 65535) | |
word | Flags |
Bit flags for options | |
byte | Sp0 |
0 | |
byte | Prefix |
Special host message prefix character. | |
word | Interval |
Time in ms between NLP or MCI (0 = none) | |
char | Admin [16] |
Admin password (if set in LFS) | |
char | IName [16] |
A short name for your program. |
InSim Init - packet to initialise the InSim system.
Definition at line 770 of file ispackets.h.
char IS_ISI::Admin[16] |
Admin password (if set in LFS)
Definition at line 784 of file ispackets.h.
word IS_ISI::Flags |
Bit flags for options
Definition at line 778 of file ispackets.h.
char IS_ISI::IName[16] |
A short name for your program.
Definition at line 785 of file ispackets.h.
word IS_ISI::Interval |
Time in ms between NLP or MCI (0 = none)
Definition at line 782 of file ispackets.h.
byte IS_ISI::Prefix |
Special host message prefix character.
Definition at line 781 of file ispackets.h.
byte IS_ISI::ReqI |
If non-zero LFS will send an IS_VER packet.
Definition at line 774 of file ispackets.h.
byte IS_ISI::Size |
44
Definition at line 772 of file ispackets.h.
byte IS_ISI::Sp0 |
0
Definition at line 780 of file ispackets.h.
byte IS_ISI::Type |
Definition at line 773 of file ispackets.h.
word IS_ISI::UDPPort |
Port for UDP replies from LFS (0 to 65535)
Definition at line 777 of file ispackets.h.
byte IS_ISI::Zero |
0
Definition at line 775 of file ispackets.h.