Jump to content

Event DataRecorder.FmtPacket

From Flowcode Help
Revision as of 14:12, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"")
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 
- ULONG Return
Non-zero to claim the packet, zero for Flowcode to add a packet automatically 


Details on using Event Macros can be found here: Event Macros


Detailed description

Examples