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

com.ociweb.iot.hardware.impl.test.TestPortReader Maven / Gradle / Ivy

package com.ociweb.iot.hardware.impl.test;

import com.ociweb.iot.maker.Port;

public interface TestPortReader {
    int read(Port port, int pinData, int hardwareRange);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy