// ----- 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, UAString } from "node-opcua-basic-types" import { UABaseDataVariable } from "./ua_base_data_variable" import { EnumChassisIdSubtype } from "./enum_chassis_id_subtype" import { EnumPortIdSubtype } from "./enum_port_id_subtype" import { DTLldpManagementAddress } from "./dt_lldp_management_address" import { DTLldpTlv } from "./dt_lldp_tlv" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |LldpRemoteSystemType i=19033 | * |isAbstract |false | */ export interface UALldpRemoteSystem_Base { timeMark: UABaseDataVariable; remoteIndex: UABaseDataVariable; chassisIdSubtype: UABaseDataVariable; chassisId: UABaseDataVariable; portIdSubtype: UABaseDataVariable; portId: UABaseDataVariable; portDescription?: UABaseDataVariable; systemName?: UABaseDataVariable; systemDescription?: UABaseDataVariable; systemCapabilitiesSupported?: UABaseDataVariable; systemCapabilitiesEnabled?: UABaseDataVariable; remoteChanges?: UABaseDataVariable; remoteTooManyNeighbors?: UABaseDataVariable; managementAddress?: UABaseDataVariable; remoteUnknownTlv?: UABaseDataVariable; } export interface UALldpRemoteSystem extends UAObject, UALldpRemoteSystem_Base { }