(* Common error codes for I/O access library *)

Const
  NoErr = 0;
  Err_HWLibNotFound = -10;  (* Hardware access library not found *)
  Err_HWDriverIsOpen = -11;  (* Hardware access library already opened *)
  Err_HWDriverIsClosed = -12;  (* Hardware access library is not active *)

