SET STRING MODE
CALL SEQUENCE
PSSTM (WKID, STDNR, MODE, ESW)
INPUT PARAMETERS
INTEGER WKID
INTEGER STDNR
INTEGER MODE
INTEGER ESW
ARGUMENTS
- WKID
- Workstation identifier.
- STDNR
- STRING input device identifier.
- MODE
- Input operating mode.
- PREQU:
- 0 (REQUEST)
- PSAMPL:
- 1 (SAMPLE)
- PEVENT:
- 2 (EVENT)
- ESW
- Input echo switch.
- PNECHO:
- 0 (NO ECHO)
- PECHO:
- 1 (ECHO)
PHIGS STATE
(PHOP, WSOP, *, *).
EFFECT
Set input mode for STRING device number STDNR of workstation
WKID, with activation or deactivation of echo.
Example:
C On workstation number 1 set string mode for device number 1 to be EVENT with regular echoing.
call PSSTM(1,1,PEVENT,PECHO)
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 61
- Ignoring function, specified workstation is neither of category INPUT nor
of category OUTIN
- 250
- Ignoring function, the specified device is not available on the specified
workstation
SEE ALSO
initialize string 3, request string 3, sample string 3, get string 3, await
event, inquire string device state 3, inquire default string device state 3
