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; }