Specifications

414
Syntax: CALL "SYSMDFY.FN3" .fcMdCDo FILE$
Description:
This function reconfigures the LAN-support CU system by using the
LAN-support CU system reconfig file specified by
FILE$.
Parameter: FILE$ Filename
Returned value: (None)
Note: Before using this function, you need to (1) open the IrDA communica-
tions device file with
OPEN "COM:" statement and (2) place the
LAN-support CU in system reconfiguration mode with the
CALL
"SYSTEM.FN3"
.fcCMdRqst statement.
Run-time errors:
Syntax: CALL
"SYSMDFY.FN3".fcMdCNGet FILE$
Description:
This function returns the filename of the LAN-support CU system
reconfig file to be used in System Mode, in
FILE$.
Parameter: (None)
Returned value: FILE$ Filename consisting of drive name and file name, max. 14
characters (No drive name might be returned.)
Syntax: CALL "SYSMDFY.FN3" .fcMdCNSet FILE$
Description:
This function sets the filename (specified by FILE$) of the LAN-sup-
port CU system reconfig file to be used in System Mode.
Parameter: FILE$ Filename consisting of drive name and file name, max. 14
characters (Drive name omissible)
Returned value: (None)
.fcMdCDo Reconfigure CU system
Error code Meaning
34h
Bad file name or number
(The communications device file is not opened.)
35h
File not found
41h
File damaged
46h
Communications error
.fcMdCNGet Get filename of CU system reconfig file
.fcMdCNSet Set filename of CU system reconfig file