Difference between revisions of "API Connection.DecodePort"

From Flowcode Help
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 11:41, 16 January 2023

Fc9-comp-macro.png DecodePort
Gets a ports details from its name or index 
Fc9-string-icon.png - STRING Index
The index of the port or a quoted port name 
Fc9-u16-icon.png - UINT Bank
The port-bank the port is associated with, 0 for the target chip 
Fc9-u16-icon.png - UINT BitBase
The number of bits into the port the ID is connected to 
Fc9-u16-icon.png - UINT BitWidth
The number of bits the port would read or write from 
Fc9-u32-icon.png - ULONG Return


Detailed description

Examples