#include <appl.h>
Definition at line 77 of file appl.h.
Data Fields | |
| SEARCH_MODE | eFindMode |
| The search mode for finding servers. | |
| IP_ADDR | sSrvIPAdd |
| The IP address of the server to connect to. | |
| WORD_VAL | sIPPort |
| The TCP port of the service to connect to when connecting to the server via the manual given IP address. | |
| WORD_VAL | sNamePort |
| The TCP port of the service to connect to when connecting to the server via the manual given network name. | |
| BYTE | au8Name [LCD_CHARS_IN_A_ROW+1] |
| The network name of the server to connect to. | |
| BYTE | au8Service [LCD_CHARS_IN_A_ROW+1] |
| The network name of the service to connect to. | |
| BYTE | bToggleLocoDirMode: 1 |
| The mode how to toggle the loco direction in loco mode. | |
| IP_ADDR SPAPPLDATA::sSrvIPAdd |
| WORD_VAL SPAPPLDATA::sIPPort |
| WORD_VAL SPAPPLDATA::sNamePort |
The TCP port of the service to connect to when connecting to the server via the manual given network name.
Used by SEARCH_NAME.
| BYTE SPAPPLDATA::au8Name[LCD_CHARS_IN_A_ROW+1] |
The network name of the server to connect to.
Used by SEARCH_NAME.
| BYTE SPAPPLDATA::au8Service[LCD_CHARS_IN_A_ROW+1] |
The network name of the service to connect to.
Used by SEARCH_SERVICE.
1.5.5