home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / fmh7.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-10  |  489 b   |  20 lines

  1. struct FMH7 {
  2. /*
  3.  * This structure is the function management header 7
  4.  * (FMH-7), it's used to provide an error description.
  5.  */
  6. unsigned char length; /* Length in binary of FMH7 (7)*/
  7. unsigned char type;
  8. unsigned char sense[4];
  9. /*
  10. struct flg1  { * describes a next field *
  11.            * if errlg = 1, error log var. presence;
  12.            * otherwise no error log.
  13.            *
  14.            unsigned int errlg: 1;
  15.            unsigned int rsrv : 7;
  16.          } nfld;
  17. */
  18. unsigned char nfld;
  19. };
  20.