beautypg.com

Teledyne LeCroy LeCroy Analyzers File Based Decoding Manual User Manual

Page 55

background image

File-based Decoding User Manual

Chapter 11: Primitives

LeCroy Corporation

49

Pending()

Pending()

Support
Supported by Bluetooth and Firewire analyzers only.

Return value
An integer that should be passed back to the application unchanged.

Comments
This should be called when it has been decided that an input context has been accepted
into a transaction, but that the transaction still requires further input to be complete. This
function could be used to associate input contexts with the output context. The return
value of this function should be returned to the application in the ProcessData function.

Example

if ( done )

return Complete();

else return Pending();

Parameter

Meaning

Default

Value

Comments