UNPKG

@opcua/for-node-red

Version:

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

14 lines (13 loc) 598 B
/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |DataSetOrderingType | * | isAbstract|false | */ export declare enum EnumDataSetOrdering { Undefined = 0, AscendingWriterId = 1, AscendingWriterIdSingle = 2 }