Value |
Description |
off
|
The messages is neither sent nor applied on reception.
The only processing on reception is a comparason against the settings from <zn.foreign_open_track_fields> and logging a warning in case of discrepancies.
|
send
|
The message is sent on block wire connection but not applied on reception.
The only processing on reception is a comparason against the settings from <zn.foreign_open_track_fields> and logging a warning in case of discrepancies. Additionally if the peer station requests transmission of this message, it is resent.
|
auto
|
Do not use this!!!
This enumerator value is not yet implemented, behaves like send (when that gets implemented)
The message is sent on block wire connection and and it is processed on reception.
Processing involves the following features: - All information is passed to the user interface in order to enable display of the station name or short name.
- Any information that was configured with
<zn.foreign_open_track_fields> is overwritten. - Transmitting configuration information on request.
|