Jump to content

Component: Comms Icon (Misc): Difference between revisions

From Flowcode Help
No edit summary
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
(3 intermediate revisions by the same user not shown)
Line 68: Line 68:


===GetHandle===
===GetHandle===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetHandle'''
| width="90%" class="mtx-class-macrohead" | '''GetHandle'''
|-
|-
| colspan="2" | Gets the handle of the source object we are pointing to. Returns 0 for not valid. 
| colspan="2" | Gets the handle of the source object we are pointing to. Returns 0 for not valid. 
Line 82: Line 82:


===SetHandle===
===SetHandle===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetHandle'''
| width="90%" class="mtx-class-macrohead" | '''SetHandle'''
|-
|-
| colspan="2" | Allows legacy code to lookup the old handle from the LinkTolist 
| colspan="2" | Allows legacy code to lookup the old handle from the LinkTolist 
Line 102: Line 102:
==Property reference==
==Property reference==


{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" class="mtx-class-macrohead" | '''Properties'''  
|-
|-
|-
|-

Latest revision as of 14:23, 13 July 2026

Author Matrix TSL
Version 1.1
Category Misc


Comms Icon component

A none release and none dynamic component used in the comms indicator component to determine the comms type, if editing then remember to re-export the comms indicator.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_LinkIcon.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_LinkIcon.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples







Macro reference

GetHandle

GetHandle
Gets the handle of the source object we are pointing to. Returns 0 for not valid. 
- HANDLE Return


SetHandle

SetHandle
Allows legacy code to lookup the old handle from the LinkTolist 
- HANDLE Handle
 
- VOID Return


Property reference

Properties
CommsType
 
Source Icon
Source of linkage. For example an I2C GLCD would be the source of a GLCD icon but not the source of a I2C icon 
LinkTo