Event DataRecorder.FmtPacket

From Flowcode Help
Jump to navigationJump to search
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