@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
11 lines (10 loc) • 550 B
TypeScript
import type { DTQos } from "./dt_qos";
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |TransmitQosDataType |
* | isAbstract|true |
*/
export type DTTransmitQos = DTQos;