// ----- this file has been automatically generated - do not edit import { DataType } from "node-opcua-variant" import { UInt32, Byte, UAString } from "node-opcua-basic-types" import { EnumTsnStreamState } from "./enum_tsn_stream_state" import { UABaseInterface, UABaseInterface_Base } from "./ua_base_interface" import { UABaseDataVariable } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |IIeeeBaseTsnStreamType i=24173 | * |isAbstract |true | */ export interface UAIIeeeBaseTsnStream_Base extends UABaseInterface_Base { streamId: UABaseDataVariable; streamName: UABaseDataVariable; state: UABaseDataVariable; accumulatedLatency?: UABaseDataVariable; srClassId?: UABaseDataVariable; } export interface UAIIeeeBaseTsnStream extends UABaseInterface, UAIIeeeBaseTsnStream_Base { }