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: XUSC1S

Package: Kernel

Routine: XUSC1S


Information

XUSC1S ;ISCSF/RWF - Interface to Server services. ;10/09/2002 16:59

Source Information

Source file <XUSC1S.m>

Entry Points

Name Comments DBIA/ICR reference
LISTEN ;only for OpenM
DSM ;Test listener
MSM ;Entry point from MSERVER
ONT ;Cache/OpenM
SVR ;Entry point when we have a connect
HELO ;Process HELO
NOOP ;
DATA ;Process DATA
; The DATA cmd can pass some parameters as well, this could be passed
; to the processing routine also.
TURN ;Turn and send responce
QUIT ;Process QUIT
CREAD ;Read a string
CREX
SEND(MSG) ;Send a cmd MSG
SETUP ;Setup needed variables
STOP(%) ;Should the server stop.
TRACE(S1) ;

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: X#1
  • Timeout: XUSCTIME
  • Line Location: CREAD+3
Function Call: WRITE
  • Prompt: MSG,$C(13,10),!
  • Line Location: SEND+3
Info |  Source |  Entry Points |  Interaction Calls