@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) • 597 B
TypeScript
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |ApplicationType |
* | isAbstract|false |
*/
export declare enum EnumApplication {
Server = 0,
Client = 1,
ClientAndServer = 2,
DiscoveryServer = 3
}