UNPKG

@opcua/for-node-red

Version:

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

15 lines (14 loc) 592 B
/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |MessageSecurityMode | * | isAbstract|false | */ export declare enum EnumMessageSecurityMode { Invalid = 0, None = 1, Sign = 2, SignAndEncrypt = 3 }