UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

16 lines (15 loc) 654 B
/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |StructureType | * | isAbstract|false | */ export declare enum EnumStructure { Structure = 0, StructureWithOptionalFields = 1, Union = 2, StructureWithSubtypedValues = 3, UnionWithSubtypedValues = 4 }