MiConnect Terminology and Definitions: Difference between revisions

From Knowledge Base
(Created page with "Back to MiConnect Categories Page This document contains the following MiConnect specific terminology: * Field: Value or array based storage item where its size is controlled by the by its defined data type. * Constant: Read only value or array based storage item where is size is controlled by its defined data type. * Action: Invokable function with optional input arguments that may return values. Actions use a separate group of fields as its...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:MiConnect]]
[[:Category:MiConnect|Back to MiConnect Categories Page]]
[[:Category:MiConnect|Back to MiConnect Categories Page]]


This document contains the following MiConnect specific terminology:  
This page contains the following MiConnect specific terminology:  


* Field: Value or array based storage item where its size is controlled by the by its defined data type.  
* Field: Value or array based storage item where its size is controlled by the by its defined data type.  

Latest revision as of 14:11, 16 September 2022

Back to MiConnect Categories Page

This page contains the following MiConnect specific terminology:

  • Field: Value or array based storage item where its size is controlled by the by its defined data type.
  • Constant: Read only value or array based storage item where is size is controlled by its defined data type.
  • Action: Invokable function with optional input arguments that may return values. Actions use a separate group of fields as its input arguments and / or return values.
  • Event: Represent something that happened within a plugin that requires notification.