'''wait4single''' : Wait from single terminal broadcast message
Eröffnet am: 2021-03-10 20:05
Letztes Update: 2021-03-10 20:05
Auswertung: | betamine | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Funktionsanfragen | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term Macro | Status: | Offen |
Lösung | Keine |
Einzelheiten
Hello
As explain is the following discussion https://osdn.net/projects/ttssh2/forums/5841/38908/#forum-message-83031, it would be useful to have a command which allows to wait for a character string from a single terminal, and not from all terminals as is the case with "wait4all".
Syntax Example
wait4single <multicastname> <data1> <data2>...
Example
; TerminalA setmulticastname 'screen1' ; Do not receive any strings.
; TerminalB setmulticastname 'screen2' ; The 'violin' string will be sent by the TerminalC. wait4single screen3 'violin'
; TerminalC setmulticastname 'screen3' sendmulticast 'screen2' 'violin' 13 10 ; Multicast transmission ; Do not receive any strings.
Letzte Aktualisierung für dieses Ticket
2021-03-10 20:05 Aktualisiert von: betamine
- New Ticket "'''wait4single''' : Wait from single terminal broadcast message" created