@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
24 lines (23 loc) • 734 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |Duplex |
* | isAbstract|false |
*/
export enum EnumDuplex {
/**
* Full duplex.
*/
Full = 0,
/**
* Half duplex.
*/
Half = 1,
/**
* Link is currently disconnected or initializing.
*/
Unknown = 2,
}