package hdl.onpro;

public interface IRegisterDeviceFeedback {
    void feedback(String method, String data);

}