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

io.mapsmessaging.devices.deviceinterfaces.Resetable Maven / Gradle / Ivy

The newest version!
package io.mapsmessaging.devices.deviceinterfaces;

import java.io.IOException;

public interface Resetable {

  void reset() throws IOException;

  void softReset() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy