TS/MP Pathsend and Server Programming Manual (H06.05+, J06.03+)
?PAGE "STRUCTURE NEEDED TO PROCESS PARAM MSGS"
?SECTION PARAM
! The following is used to process PARAM messages
STRUCT CI^PARAM (*); !PARAM msg
BEGIN !
INT MSG^CODE, ![0] -3
NUM^PARAMS; ![1] number of PARAMS in this msg
STR PARAMETERS[0:1023]; ![2] PARAMS
END; !
?PAGE "STRUCTURE OF THE INPUT FILE"
?SECTION BREQ^INPUT
! The following is the record format of the edit file, which is the
! input to the BREQ program.
!
STRUCT BREQ^INPUT^REC^TEMPLATE (*);
BEGIN
STRUCT SERVER^REQUEST [0:1];
BEGIN
STR PATHMON^ASSIGN^NAME[0:30];
STR PATHMON^SYSTEM^AND^PROCESS^NAME[0:14];
STR SERVER^CLASS[0:14];
END;
END;
?PAGE "STRUCTURE OF THE BREQ OUTPUT RECORD"
?SECTION BREQ^OUTPUT
134 Examples










