Endcellblock(), Pending(), Endcellblock() pending() – Teledyne LeCroy Merlins Wand - CSL manual (CATC Scripting Language Manual) User Manual

Page 52

Advertising
background image

46

CATC Scripting Language for Bluetooth Analyzers

CATC

Manual Ver. 1.21

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();

EndCellBlock()

EndCellBlock(

)

Return value

None.

Comments

Ends a cell block that was started with BeginCellBlock().

Example

See

BeginCellBlock()

.

Pending()

Pending()

Return value

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

Parameter

Meaning

Default Value

Comments

Parameter

Meaning

Default Value

Comments

Advertising