SNAX/HLS Application Programming Manual

Data Structures
Customization
104707 Tandem Computers Incorporated 7–13
The BIND^TEMPLATE
Structure
The BIND^TEMPLATE structure can be used by the
SNAXHLS^USEREXIT^VRFY^BIND^RSP customization routine to parse the BIND
request passed as a parameter.
..STRUCT BIND^TEMPLATE (*);
BEGIN
STRING request^code;
STRING form^type;
STRING fm^profile;
STRING ts^profile;
STRING fm^profile^plu;
STRING fm^usage^plu;
STRING fm^usage^comm [0:1];
STRING ts^sec^send^pacing;
STRING ts^sec^rcv^pacing;
STRING ts^max^ru^sent^sec;
STRING ts^max^ru^sent^pri;
STRING ts^pri^send^pacing;
STRING ts^pri^rcv^pacing;
STRING ps^profile;
STRING ps^usage^field [0:1];
STRING cryptography^options
END;
The STSN^TEMPLATE
Structure
The STSN^TEMPLATE structure can be used by the
SNAXHLS^USEREXIT^VRFY^STSN^RSP customization routine to parse the STSN
request and response passed as a parameter.
STRUCT STSN^TEMPLATE (*);
BEGIN
STRING request^code;
STRING action^result^code;
STRING sec^to^pri^sqn [0:1]
STRING pri^to^sec^sqn [0:1]
END;