Installation manual
DEVICE COLLECTION OBJECT
57
5
PROPERTY DEVICEDATA
PURPOSE
Gets data from a device.
DESCRIPTION
This property may be only read and represents data received from a device. This
property is allowed only when working in the DataEvent handler.
IDL
[propget, id(8), helpstring("property DeviceData")] HRESULT DeviceData([out,
retval]VARIANT *pVal);
DATA TYPE
VARIANT
POSSIBLE VALUES
VT_BSTR if Mode is 0,2,3,4 (Text Mode)
VT_ARRAY | VT_UI1 if Mode is 1 (Binary Mode)