Class BaseIOCardDefinition
Namespace: TecnoPack
Assembly: CO0002_Templ_FlowpackHMI_V00_26_M.dll
Base class for IO card definitions, containing shared properties.
public abstract class BaseIOCardDefinition
Inheritance
object ← BaseIOCardDefinition
Derived
NormalIOCardDefinition, SafetyIOCardDefinition
Properties
Colors
A mapping of color names to their corresponding unsigned integer values. Used for visual representation or status indication.
public Dictionary<string, uint> Colors { get; set; }
Property Value
Dictionary<string, uint>
IODirection
Indicates the IO direction (e.g., "I", "O").
public string IODirection { get; set; }
Property Value
string
NodeType
Specifies the node type for network or logical grouping.
public string NodeType { get; set; }
Property Value
string
Type
Specifies the general type of the IO card (e.g., input, output).
public string Type { get; set; }
Property Value
string