Generic ePad OCX Control

The gIIEPad active-x control has been included in this distribution in order to facilitate efficient use of our products in a generic manner that is foward and backward compatible with signature pads.
Generally speaking it simply exposes the IIEPadEnum, gIIEPad and gIEDebugGUI interfaces to the user. In many cases not all of the API's of each of the interfaces were exposed.

No properties are exposed.

The following methods are exposed and behave per their interface documentation:

        void CloseConnection();
        boolean OpenConnection(short iDevNum);
        short GetNumProviders();
        BSTR GetProviderClassID(short iIndex);
        BSTR GetProviderDescription(BSTR* pClassID);
        void SetProviderDescription(BSTR* pClassID, BSTR* pDescription);
        boolean OpenProvider(BSTR* pClassID);
        void CloseProvider();
        long SetDebugParam(BSTR* pKey, BSTR* pValue);
        BSTR GetDebugParam(BSTR* pKey);
        short GetNumDevices();
        BSTR ConnGetSerialNumber();
        long ConnGetDataRangeMinX();
        long ConnGetDataRangeMinY();
        long ConnGetDataRangeMinZ();
        long ConnGetDataRangeMaxX();
        long ConnGetDataRangeMaxY();
        long ConnGetDataRangeMaxZ();
        short ConnGetNumButtons();
        double ConnGetPhysicalX();
        double ConnGetPhysicalY();
        BSTR EnumSerialNumberHistory(short iDevNum);
See also:
Generic ePad Access

Generated on Mon Dec 17 17:19:30 2007 for ePadAPIs by  doxygen 1.5.4