Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XMCD

Package: MailMan

Routine: XMCD


Information

XMCD ;(WASH ISC)/THM-Communications Diagnostics ;04/17/2002 08:27

Source Information

Source file <XMCD.m>

Entry Points

Name Comments DBIA/ICR reference
DIALER ; Test the modem autodialer
SMTP ; SMTP Tester
TRAN ; Test transmission error rates, speeds

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This tests the modem autodialer by allowing you to enter a phone number"
  • Line Location: DIALER+1
Function Call: WRITE
  • Prompt: !,"which this program will then dial on the selected modem.",!!
  • Line Location: DIALER+2
Function Call: WRITE
  • Prompt: !,$C(7),"This device has no modem defined for it."
  • Line Location: DIALER+8
Function Call: WRITE
  • Prompt: !,^%ZIS(2,XMC("MODEM"),0)," is the defined modem for device ",IO
  • Line Location: DIALER+9
Function Call: WRITE
  • Prompt: !,"Checking status..."
  • Line Location: DIALER+10
Function Call: WRITE
  • Prompt: " Status: ",Y
  • Line Location: DIALER+10
Function Call: WRITE
  • Prompt: !,"No dialer logic specified for this modem type"
  • Line Location: DIALER+11
Function Call: WRITE
  • Prompt: !,"No hangup logic specified for this modem type",$C(7)
  • Line Location: DIALER+12
Function Call: WRITE
  • Prompt: !,$C(7),"Call failed: ",Y
  • Line Location: DIALER+20
Function Call: WRITE
  • Prompt: !,"Successful. Now hanging up ..."
  • Line Location: DIALER+22
Function Call: WRITE
  • Prompt: !,$C(7),"Hang up unsuccessful"
  • Line Location: DIALER+24
Function Call: WRITE
  • Prompt: !,"Hang up successful."
  • Line Location: DIALER+25
Function Call: WRITE
  • Prompt: !!,"This procedure will test the Simple Mail Transfer Protocol,"
  • Line Location: SMTP+1
Function Call: WRITE
  • Prompt: !,"allowing you to interactively enter each of the SMTP commands."
  • Line Location: SMTP+2
Function Call: WRITE
  • Prompt: !,"The messages will not actually be delivered to the named recipients."
  • Line Location: SMTP+3
Function Call: WRITE
  • Prompt: !,"That which you type will be preceded with an 'S: '."
  • Line Location: SMTP+4
Function Call: WRITE
  • Prompt: !,"The SMTP responses will be preceded with an 'R: '"
  • Line Location: SMTP+5
Function Call: WRITE
  • Prompt: !!,"Terminate the session with a QUIT command",!!
  • Line Location: SMTP+6
Function Call: WRITE
  • Prompt: !!,"This will test a link by executing the script, then sending 20 lines"
  • Line Location: TRAN+2
Function Call: WRITE
  • Prompt: !,"in echo test mode. It will report the number of recoverable and "
  • Line Location: TRAN+3
Function Call: WRITE
  • Prompt: !,"unrecoverable errors, as well as the transmission efficiency."
  • Line Location: TRAN+4
Info |  Source |  Entry Points |  Interaction Calls