Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 28 of 84
Page 28 of 84
3.5. Miscellaneous Functions
3.5.1.
ABSCancelOperation
ABS_STATUS ABSCancelOperation(
IN ABS_CONNECTION hConnection
IN ABS_DWORD dwOperationID
)
Description
Cancels a running interactive operation. Function of the canceled
operation returns ABS_STATUS_CANCELED.
Parameters
hConnection
Handle to the connection to FM.
dwOperationID
ID of the operation to be canceled, or zero to cancel the currently
processed operation in the current thread.
I.e. zero can be used from callback to cancel operation which called
the callback. It is the only way how to cancel interactive operations
which have OperationID set to zero.
See
description
of
member
OperationID
of
structure
ABS_OPERATION for more information.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
3.5.2.
ABSSetAppData
ABS_STATUS ABSSetAppData(
IN ABS_CONNECTION hConnection
IN ABS_DATA *pAppData
)
Description
Stores arbitrary data on the FM.
The data can be later retrieved with function ABSGetAppData. The
data survive across BSAPI sessions, until the data are overwritten by
next call to this function.
Note that maximal length of the data is limited. The limit is device
model dependent.
Parameters
hConnection
Handle to the connection to FM.
pAppData
The data to be stored on the device.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.