2026-03-17 13:31:18 -07:00

9 lines
273 B
Java

package com.honeywell.ascot.network.read;
import com.honeywell.ascot.beans.IAscotBean;
import com.honeywell.ascot.device.BDeviceInfo;
public interface INetworkToSession {
void populateSession(IAscotBean iAscotBean, BDeviceInfo bDeviceInfo, int i) throws Exception;
}