SEND |
;To call from outside on KERMIT
;set XTKDIC = fileman type global root,
;DWLC = last current data node
;Return DWLC = last data node, XTKDIC is killed.
;Optional
;set XTKMODE = 0 to send/receive in Image mode (no conversion)
; 1 to send/receive in DATA mode (just convert control char)
; 2 to send/receive as TEXT (FM word-processing).
;Text mode sends a CR after each global node
; makes a new global node for each CR received.
;XTKMODE = 2 would be normal for most DHCP applications.
|
RECEIVE |
;To call from outside on KERMIT
;set XTKDIC = fileman type global root,
;DWLC = last current data node
;Return DWLC = last data node, XTKDIC is killed.
;Optional
;set XTKMODE = 0 to send/receive in Image mode (no conversion)
; 1 to send/receive in DATA mode (just convert control char)
; 2 to send/receive as TEXT (FM word-processing).
;Text mode sends a CR after each global node
; makes a new global node for each CR received.
;XTKMODE = 2 would be normal for most DHCP applications.
|