Difference between revisions of "Event DataRecorder.FmtPacket"

From Flowcode Help
Jump to navigationJump to search
 
Line 44: Line 44:
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u32-icon.png]] - ULONG
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u32-icon.png]] - ULONG
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 +
|-
 
| colspan="2" | Non-zero to claim the packet, zero for Flowcode to add a packet automatically 
 
| colspan="2" | Non-zero to claim the packet, zero for Flowcode to add a packet automatically 
 
|}
 
|}

Latest revision as of 12:32, 16 January 2023

Fc9-comp-macro.png FmtPacket
Sent when a %e is read in a format string when decoding a packet 
Fc9-h32-icon.png - HANDLE StreamH
The scope being decoded 
Fc9-s32-icon.png - LONG TimeOffset
The -ve time-reference of the start of the overlay packet 
Fc9-u32-icon.png - ULONG Duration
The time duration the packet of the overlay packet 
Fc9-u8-icon.png - BYTE[] Data
The data packet to be decoded 
Fc9-u32-icon.png - ULONG Bits
The number of bits (not bytes) in Data[] 
Fc9-u32-icon.png - ULONG EventId
A event identifier to help distinguish decodes 
Fc9-string-icon.png - STRING Result
The format string to return 
Fc9-u32-icon.png - 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