E_UANodeClassMask
Syntax
TYPE E_UANodeClassMask:
(
    eUANCM_Unspecified   := 0,
    eUANCM_Object        := 1,
    eUANCM_Variable      := 2,
    eUANCM_Method        := 4,
    eUANCM_ObjectType    := 8,
    eUANCM_VariableType  := 16,
    eUANCM_ReferenceType := 32,
    eUANCM_DataType      := 64,
    eUANCM_View          := 128,
    eUANCM_All           := 255
)DINT;
END_TYPEValues
Name  | Description  | 
|---|---|
eUANCM_Unspecified  | Unspecified  | 
eUANCM_Object  | Object  | 
eUANCM_Variable  | Variable  | 
eUANCM_Method  | Method  | 
eUANCM_ObjectType  | ObjectType  | 
eUANCM_VariableType  | VariableType  | 
eUANCM_ReferenceType  | ReferenceType  | 
eUANCM_DataType  | DataType  | 
eUANCM_View  | View  | 
eUANCM_All  | All  | 
Requirements
Development environment  | Target platform  | PLC libraries to include  | 
|---|---|---|
TwinCAT 3.1  | Win32, Win64, CE-X86, CE-Arm®  | Tc3_PLCopen_OpcUa  |