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 757 of file ispackets.h.
byte IS_ISI::Size |
44
Definition at line 759 of file ispackets.h.
byte IS_ISI::Type |
Definition at line 760 of file ispackets.h.
byte IS_ISI::ReqI |
If non-zero LFS will send an IS_VER packet.
Definition at line 761 of file ispackets.h.
byte IS_ISI::Zero |
0
Definition at line 762 of file ispackets.h.
word IS_ISI::UDPPort |
Port for UDP replies from LFS (0 to 65535)
Definition at line 764 of file ispackets.h.
word IS_ISI::Flags |
Bit flags for options
Definition at line 765 of file ispackets.h.
byte IS_ISI::Sp0 |
0
Definition at line 767 of file ispackets.h.
byte IS_ISI::Prefix |
Special host message prefix character.
Definition at line 768 of file ispackets.h.
word IS_ISI::Interval |
Time in ms between NLP or MCI (0 = none)
Definition at line 769 of file ispackets.h.
char IS_ISI::Admin[16] |
Admin password (if set in LFS)
Definition at line 771 of file ispackets.h.
char IS_ISI::IName[16] |
A short name for your program.
Definition at line 772 of file ispackets.h.