@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
12 lines (11 loc) • 616 B
text/typescript
import type { DTQos } from "./dt_qos";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |TransmitQosDataType |
* | isAbstract|true |
*/
export type DTTransmitQos = DTQos;