home *** CD-ROM | disk | FTP | other *** search
-
- ---Intro:
- This file gives you details on the function calls available through the
- BioMonitor server...
-
- ---Format:
- FunctionName()
- Call Syntax
- Result routes
-
- ---Symbol Key:
- <> = Compulsory [] = Optional
-
- ---Route Key:
- BioWin = The monitor console window on Workbench
- BioLog = The BioWare logfile specified in the BioMonitor code
- MonLog = The Monitor logfile specified in the BioMonitor code
- Extern = An external DOS call
-
- ---Functions:
- FLASH()
- Address BIOPORT FLASH <DisplayText>
- - BioWin
-
- NOTIFY()
- Address BIOPORT NOTIFY <BioProg> <UserName>
- - MonLog, BioLog
-
- FEEDBACK()
- Address BIOPORT FEEDBACK <BioProg> <UserName> <MailName>
- - MonLog, BioLog, BioWin
-
- ALERT()
- Address BIOPORT ALERT <BioProg> <DisplayText>
- - MonLog, BioWin
-
- SYS()
- Address BIOPORT SYS <BioProg> <DisplayText>
- - MonLog
-
- FUNCTION()
- Address BIOPORT FUNCTION <BioProg> <DisplayText>
- - MonLog
-
- EXECUTE()
- Address BIOPORT EXECUTE <BioProg> <Full command string>
- -MonLog, Extern
-
-