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) |
| HRESULT OutputData | ( | [in] long | lSourceID, | |
| [in] long | lType, | |||
| [in] BSTR | bValue | |||
| ) |
Reports the user entered string via pin pad or keyboard.
| 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.
| 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. |
1.5.4