beautypg.com

Teledyne LeCroy Protocol Analyzers File-Based Decoding User Manual User Manual

Page 53

background image

File-based Decoding User Manual

Chapter 11: Primitives

LeCroy Corporation

47

Complete()

Complete()

Parameter

Meaning

Default

Value

Comments

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, and that the transaction is complete. The return value of this function
should be passed back to the application from the ProcessData function. This function
could be used to associate the input context with the output context.

Example

if ( done )
return Complete();