niagara-ax/decompiled/com/honeywell/ascot/factory/IDeviceNetworkInterfaceFactory.java
2026-03-17 13:31:18 -07:00

11 lines
362 B
Java

package com.honeywell.ascot.factory;
import com.honeywell.ascot.device.IAscotDevice;
import com.honeywell.ascot.onlineOperations.monitoring.IMonitoringHandler;
public interface IDeviceNetworkInterfaceFactory {
IMonitoringHandler getMonitoringHandler(IAscotDevice iAscotDevice) throws Exception;
NetworkInterfaceFactory getNetworkInterfaceFactory();
}