VBECRL ;HOIFO/BNT - VBECS VistALink Client RawLink Methods ;07/27/2002 13:00
Source file <VBECRL.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| READ(VBECROOT,VBECREAD,VBECTO,VBECFRST,VBECSTOP) | ;
 | 
|
| ADD(TXT) | ; -- add new intake line
 | 
|
| CHK | ; -- check if first read and change timeout and chars to read
 | 
|
| OPEN(VBECPRMS) | ; -- Open tcp/ip socket
 | 
|
| CLOSE(VBECPRMS) | ; -- close tcp/ip socket
 ; -- tell server to Stop() connection if close message is needed to close  | 
|
| INIT | ; -- set up variables needed in tcp/ip processing
 | 
|
| FINAL | ; -- kill variables used in tcp/ip processing
 | 
|
| PRE | ; -- prepare socket for writing
 | 
|
| WRITE(STR) | ; -- Write a data string to socket
 | 
|
| POST | ; -- send eot and flush socket buffer
 |