SNAX/CNM Manual
 REPLY DIRECTORY
 Application Status Block
 Application Status Block
 The TAL structure below shows the form of the application status
 block.
 STRUCT APPLSTATUS^TEMPLATE(*);
 BEGIN
 INT STATE, ! State of APPL
 TRACE; ! Trace State
 END;
 LITERAL
 ! APPL state
 APPL^INACTIVE = 0,
 APPL^OPENED = 1,
 APPL^CONNECTED = 2,
 APPL^DISCONNECTED = 3;
 SSCP Status Block
 The TAL structure below shows the SSCP status block.
 STRUCT SSCPSTATUS^TEMPLATE(*);
 BEGIN
 INT STATE,
 TRACESTATE; ! TRACE STATE: 0 = inactive,
 ! 1 = active
 END;
 3-22










