All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ociweb.iot.hardware.ADIODevice Maven / Gradle / Ivy

package com.ociweb.iot.hardware;

import com.ociweb.iot.maker.FogCommandChannel;
import com.ociweb.iot.maker.IODeviceTransducer;
import com.ociweb.iot.maker.Port;

public interface ADIODevice extends IODevice {
	public  F newTransducer(Port p, FogCommandChannel... ch);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy