OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-39
Named Values
ZFTM-VAL-DIAG-xxx
provides diagnostic information returned by the FTAM responder. For a listing of
possible messages, refer to Appendix C, ISO FTAM Diagnostic Messages.
ZFTM-VAL-ENTITYREF-xxx
See ZFTM-DDL-ENTITY-REF on page A-28.
ZFTM-VAL-EVT-xxx
tells you which event (a primitive or an error) has been received. The event values
are listed in Table A-1. This table also lists the procedure to call to retrieve the
event information, where applicable. The name of each constant begins with
ZFTM-VAL-EVT-.
ZFTM-VAL-FADUID-xxx
See ZFTM-DDL-FADU-ID on page A-29.
ZFTM-VAL-FADU-OP-xxx
specifies the operations that can be performed on FADUs.
ZFTM-VAL-FADU-OP-INSERT indicates the insertion of a new FADU in a file.
ZFTM-VAL-FADU-OP-REPLACE indicates replacement of an existing FADU.
ZFTM-VAL-FADU-OP-EXTEND indicates the extension of an existing FADU.
ZFTM-VAL-FILEAVLBLTY-xxx
See ZFTM-DDL-FILEAVLBLTY-ATTR on page A-30.
CONSTANT ZFTM-VAL-FADU-OP-INSERT VALUE 0 TYPE BINARY 32.
CONSTANT ZFTM-VAL-FADU-OP-REPLACE VALUE 1 TYPE BINARY 32.
CONSTANT ZFTM-VAL-FADU-OP-EXTEND VALUE 2 TYPE BINARY 32.
Table A-1. Event Code Values and Their Primitives (page 1 of 2)
Constant
(ZFTM-VAL-EVT-) Value Primitive Received Procedure to Call
NOVALUE 0 No event Not applicable
INITIALIZE-CNF 901 Initialize confirm FTM_INITIALIZE_CNF_
TERMINATE-CNF 903 Terminate confirm FTM_TERMINATE_CNF_
UABORT-IND 905 User abort indication FTM_U_ABORT_IND_
PABORT-IND 906 Provider abort
indication
FTM_P_ABORT_IND_
SELECT-CNF 907 Select confirm FTM_SELECT_CNF_
DESELECT-CNF 909 Deselect confirm FTM_DESELECT_CNF_