Jump to content

Event DataRecorder.FmtPacket

From Flowcode Help
Revision as of 11:42, 16 January 2023 by Wiki bot (talk | contribs) (Created page with "{| class="wikitable" style="width:60%; background-color:#FFFFFF;" |- | width="10%" align="center" style="background-color:#D8C9D8;" align="center" | File:Fc9-comp-macro.pn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
FmtPacket
Sent when a %e is read in a format string when decoding a packet 
- HANDLE StreamH
The scope being decoded 
- LONG TimeOffset
The -ve time-reference of the start of the overlay packet 
- ULONG Duration
The time duration the packet of the overlay packet 
- BYTE[] Data
The data packet to be decoded 
- ULONG Bits
The number of bits (not bytes) in Data[] 
- ULONG EventId
A event identifier to help distinguish decodes 
- STRING Result
The format string to return 
- Non-zero to claim the packet, zero for Flowcode to add a packet automatically Return


Detailed description

Examples