note description: "[ Stream reader used to connect to the InpOut32 driver. ]" legal : "See notice at end of class." status : "See notice at end of class."; author : "Paul Bates (paul.a.bates@gmail.com)" date : "$Date$" revision: "$Revision$" deferred class SHARED_INPOUT32_API feature -- Access frozen inpout32: INPOUT32_API -- Shared access to the InpOut32 driver API. once create Result.make ensure result_attached: attached Result end ;note copyright: "Copyright (c) 2004-2008, Paul Bates (paul.a.bates@gmail.com)" license: "Not decided! Current holdings permits no other use except for educational evaluation. This is NOT GPL code!" licensing_options: "http://www.eiffel.com/licensing" copying: "[ Current status prohibits any form of copying or duplication without prior written concent of Paul Bates (paul.a.bates@gmail.com) ]" end