Difference between revisions of "Event Scope.Decode"

From Flowcode Help
Jump to navigationJump to search
(XML import for latest events)
(No difference)

Revision as of 16:15, 12 November 2013


<sidebar>Event Contents</sidebar> Sent when a block of the stream is to be decoded into packets

This event is part of the Scope class

Parameters

HANDLE StreamH

The stream handle

ULONG TimeUS

The -ve offset from now of the earliest time to be decoded, in microseconds

ULONG OverlaySize

The number of microseconds of the decoded packet from its start


Return value

ULONG Non-zero if the data could be decoded


Detailed description

No additional information


Examples

No additional examples