_IWidgetEvents Interface Reference

List of all members.

Public Member Functions

HRESULT OutputData ([in] long lSourceID,[in] long lType,[in] BSTR bValue)
HRESULT WidgetEvent ([in] long lSourceID,[in] long lType,[in] long lStatus)


Member Function Documentation

HRESULT OutputData ( [in] long  lSourceID,
[in] long  lType,
[in] BSTR  bValue 
)

Reports the user entered string via pin pad or keyboard.

Parameters:
lSourceID The ID of data source. Currently is set to 1.
lType The data type. It is one of WIDGET_DATATYPE.
bValue The string from device. It is valid only the lType is OUTPUTDATA.

HRESULT WidgetEvent ( [in] long  lSourceID,
[in] long  lType,
[in] long  lStatus 
)

Reports the device GUI events or the device/host communication status.

Parameters:
lSourceID The ID of source. For GUI events, it is set to the ID of widget issuing the event. For communication status, it is set to 0x10000.
lType For GUI events, it is one of IDL_WIDGET_TYPET. For communication status, it is set to total data size in KB.
lStatus For GUI events, it is one of IDL_WIDGET_EVENT_CODE. For communication status, it is set to transfered data size in KB.


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