Print Page as PDF
XTKERMIT ICR (10095)

XTKERMIT    ICR (10095)

Name Value
NUMBER 10095
IA # 10095
CUSTODIAL PACKAGE TOOLKIT
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE XTKERMIT
NAME XTKERMIT
ORIGINAL NUMBER 10095
STATUS Active
ID XTKERMIT
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION
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.