// ----- this file has been automatically generated - do not edit import { UAObject } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { UInt32 } from "node-opcua-basic-types" import { UABaseDataVariable } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |LldpRemoteStatisticsType i=18996 | * |isAbstract |false | */ export interface UALldpRemoteStatistics_Base { lastChangeTime: UABaseDataVariable; remoteInserts: UABaseDataVariable; remoteDeletes: UABaseDataVariable; remoteDrops: UABaseDataVariable; remoteAgeouts: UABaseDataVariable; } export interface UALldpRemoteStatistics extends UAObject, UALldpRemoteStatistics_Base { }