Difference between revisions of "Event Scope.Decode"

From Flowcode Help
Jump to navigationJump to search
(XML import for latest events)
 
(XML import)
 
Line 1: Line 1:
 
 
 
<sidebar>Event Contents</sidebar>
 
<sidebar>Event Contents</sidebar>
 
Sent when a block of the stream is to be decoded into packets
 
Sent when a block of the stream is to be decoded into packets

Latest revision as of 15:59, 16 January 2014

<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