Jump to content

Event DataRecorder.FmtPacket: Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
Line 2: Line 2:
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''FmtPacket'''
| width="90%" class="mtx-class-macrohead" | '''FmtPacket'''
|-
|-
| colspan="2" | Sent when a %e is read in a format string when decoding a packet 
| colspan="2" | Sent when a %e is read in a format string when decoding a packet 

Revision as of 14:12, 13 July 2026

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