IS_ISI Struct Reference
InSim Init - packet to initialise the InSim system.
More...
#include <ispackets.h>
Detailed Description
InSim Init - packet to initialise the InSim system.
- Note 1)
- UDPPort field when you connect using UDP :
- zero : LFS sends all packets to the port of the incoming packet
- non-zero : LFS sends all packets to the specified UDPPort
- Note 2)
- UDPPort field when you connect using TCP :
- zero : LFS sends NLP / MCI packets using your TCP connection
- non-zero : LFS sends NLP / MCI packets to the specified UDPPort
- Note 3)
- Flags field (set the relevant bits to turn on the option) :
- In most cases you should not set both ISF_NLP and ISF_MCI flags because all IS_NLP information is included in the IS_MCI packet.
- The ISF_LOCAL flag is important if your program creates buttons. It should be set if your program is not a host control system. If set, then buttons are created in the local button area, so avoiding conflict with the host buttons and allowing the user to switch them with SHIFT+B rather than SHIFT+I.
- Note 4)
- Prefix field, if set when initialising InSim on a host :
- Messages typed with this prefix will be sent to your InSim program on the host (in IS_MSO) and not displayed on anyone's screen.
Definition at line 642 of file ispackets.h.
Field Documentation
Port for UDP replies from LFS (0 to 65535).
Definition at line 649 of file ispackets.h.
Special host message prefix character.
Definition at line 653 of file ispackets.h.
Admin password (if set in LFS).
Definition at line 656 of file ispackets.h.
A short name for your program.
Definition at line 657 of file ispackets.h.
The documentation for this struct was generated from the following file: