@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) • 649 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |ApplicationType |
* | isAbstract|false |
*/
export enum EnumApplication {
Server = 0,
Client = 1,
ClientAndServer = 2,
DiscoveryServer = 3,
}