API DataRecorder.AddPort

From Flowcode Help
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