23.01.2009, 12:43
Hallo allerseitz,
ich versuche gerade eine Struktur die in C++ geschrieben ist in LV so aufzulösen dass ich an die Daten komme.
hier die Beschreibung dazu:
ZebDevice_Read
The ZebDevice_Read function performs physical data transfer from the device. Refer to Data transfer for related information.
BOOL ZebDevice_Read(
ZebDevice* device,
ZebReadInfo* readInfo
);
Parameters
device
[in] Pointer to the device for which to perform the read operation. This pointer is re-trieved by calling the ZebDeviceManager_GetDevice function.
readInfo
[out] Pointer to a ZebReadInfo structure which is filled by the function with status in-formation about the read operation.
Return value
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call Zeb_GetLastError.
ZebReadInfo
This structure is received as result of the read operation.
Name Type Purpose Size
reserved int Always 0. Do not pay attention 4 byte
atomIndex int For internal use. Do not pay attention 4 byte
atomCount int contains the count of atoms received during the last read operation 4 byte
syncStart BOOL set when the first portion after start or ext_sync_start is re-ceived 4 byte
dataOver BOOL set when no more data expected from the device 4 byte
running BOOL set while data is received 4 byte
Mein Versuch seht ihr im Dateianhang.
Grüße Dennis
ich versuche gerade eine Struktur die in C++ geschrieben ist in LV so aufzulösen dass ich an die Daten komme.
hier die Beschreibung dazu:
ZebDevice_Read
The ZebDevice_Read function performs physical data transfer from the device. Refer to Data transfer for related information.
BOOL ZebDevice_Read(
ZebDevice* device,
ZebReadInfo* readInfo
);
Parameters
device
[in] Pointer to the device for which to perform the read operation. This pointer is re-trieved by calling the ZebDeviceManager_GetDevice function.
readInfo
[out] Pointer to a ZebReadInfo structure which is filled by the function with status in-formation about the read operation.
Return value
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call Zeb_GetLastError.
ZebReadInfo
This structure is received as result of the read operation.
Name Type Purpose Size
reserved int Always 0. Do not pay attention 4 byte
atomIndex int For internal use. Do not pay attention 4 byte
atomCount int contains the count of atoms received during the last read operation 4 byte
syncStart BOOL set when the first portion after start or ext_sync_start is re-ceived 4 byte
dataOver BOOL set when no more data expected from the device 4 byte
running BOOL set while data is received 4 byte
Mein Versuch seht ihr im Dateianhang.
Grüße Dennis