API DataRecorder.AddPort

From Flowcode Help
Revision as of 11:41, 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)
Jump to navigationJump to search
Fc9-comp-macro.png AddPort
Adds an input to the stream from a port 
Fc9-h32-icon.png - HANDLE StreamH
A handle to a previously created datascope stream 
Fc9-u32-icon.png - ULONG PortIndex
A zero-based port index, or a textual port name 
Fc9-u32-icon.png - ULONG BitMask
The bits of the port to isolate and use 
Fc9-bool-icon.png - BOOL PackMask
True to pack all the bits together, false to leave gaps 
Fc9-bool-icon.png - BOOL Merge
True to bitwise-or the bits with the current data, false to append to the end 
Fc9-bool-icon.png - BOOL Return


Detailed description

Examples