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

com.ociweb.iot.hardware.impl.SerialParser Maven / Gradle / Ivy

package com.ociweb.iot.hardware.impl;

import com.ociweb.iot.maker.SerialReader;

public interface SerialParser {

	//objects which consume serial feedback should implement this interface
	public boolean parse(SerialReader reader);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy