!*** MODULE $DVSDEF *** !DEC$ OPTIONS/ALIGN=(RECORDS=PACKED,COMMONS=PACKED)/NOWARN ! + ! ! Device Scan Data Identifier Definitions ! ! **** NOTE **** ! ! New items must always be added at the END of the list so that ! users will not have to rebuild. ! ! - PARAMETER DVS$_DEVCLASS = '00000001'X ! Device class - VALUE - 4 bytes (only one used) PARAMETER DVS$_DEVTYPE = '00000002'X ! Device type - VALUE - 4 bytes (only one used) !DEC$ END OPTIONS